Skip to content

Commit f2a6abd

Browse files
committed
# 1.15.125 (2023-03-30 / 5550226)
## Added - Adds `:into` option to define custom `clojure.lang.IPersistentMap` target data structure for `lambdaisland.uri/query-string->map`
1 parent 5550226 commit f2a6abd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14
1+
1.15

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.15.125 (2023-03-30 / 5550226)
22

33
## Added
44

@@ -113,4 +113,4 @@ not take into account utf-16 encoding.
113113

114114
## Added
115115

116-
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
116+
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ To install, add the following dependency to your project or build file:
4949
deps.edn:
5050

5151
``` clojure
52-
lambdaisland/uri {:mvn/version "1.14.120"}
52+
lambdaisland/uri {:mvn/version "1.15.125"}
5353
```
5454

5555
project.clj
5656

5757
``` clojure
58-
[lambdaisland/uri "1.14.120"]
58+
[lambdaisland/uri "1.15.125"]
5959
```
6060

6161
## Usage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"ws": "^8.9.0"
3+
"ws": "^8.13.0"
44
}
55
}

0 commit comments

Comments
 (0)