Skip to content

Commit

Permalink
# 1.18.150 (2024-01-24 / 1e4f0e2)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
plexus committed Jan 24, 2024
1 parent 1e4f0e2 commit 491454a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17
1.18
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.18.150 (2024-01-24 / 1e4f0e2)

## Changed

Expand Down Expand Up @@ -139,4 +139,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.17.141"}
lambdaisland/uri {:mvn/version "1.18.150"}
```

project.clj

``` clojure
[lambdaisland/uri "1.17.141"]
[lambdaisland/uri "1.18.150"]
```

## Usage
Expand Down

0 comments on commit 491454a

Please sign in to comment.