Skip to content

Commit

Permalink
# 1.15.125 (2023-03-30 / 5550226)
Browse files Browse the repository at this point in the history
## Added

- Adds `:into` option to define custom `clojure.lang.IPersistentMap` target data structure for `lambdaisland.uri/query-string->map`
  • Loading branch information
plexus committed Mar 30, 2023
1 parent 5550226 commit f2a6abd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14
1.15
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.15.125 (2023-03-30 / 5550226)

## Added

Expand Down Expand Up @@ -113,4 +113,4 @@ not take into account utf-16 encoding.

## Added

- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ To install, add the following dependency to your project or build file:
deps.edn:

``` clojure
lambdaisland/uri {:mvn/version "1.14.120"}
lambdaisland/uri {:mvn/version "1.15.125"}
```

project.clj

``` clojure
[lambdaisland/uri "1.14.120"]
[lambdaisland/uri "1.15.125"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"ws": "^8.9.0"
"ws": "^8.13.0"
}
}

0 comments on commit f2a6abd

Please sign in to comment.