Skip to content

Commit 491454a

Browse files
committed
# 1.18.150 (2024-01-24 / 1e4f0e2)
## Changed - `query-map` / `query-string->map`: when called with an `:into` collection, and no query params are present, then return the `:into` collection, rather than `nil`. If no explicit `:into` collection is provided, then retain the existing behavior of returning `nil` on blank input.
1 parent 1e4f0e2 commit 491454a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17
1+
1.18

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.18.150 (2024-01-24 / 1e4f0e2)
22

33
## Changed
44

@@ -139,4 +139,4 @@ not take into account utf-16 encoding.
139139

140140
## Added
141141

142-
- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers`
142+
- 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.17.141"}
52+
lambdaisland/uri {:mvn/version "1.18.150"}
5353
```
5454

5555
project.clj
5656

5757
``` clojure
58-
[lambdaisland/uri "1.17.141"]
58+
[lambdaisland/uri "1.18.150"]
5959
```
6060

6161
## Usage

0 commit comments

Comments
 (0)