You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.14.120 (2023-03-27 / a1da1b7)
## Fixed
- Treat a backslash in the authority section as a delimiter which starts the
path section (CVE-2023-28628, with thanks to @luigigubello for the report)
# 1.11.86 (2021-10-28 / 22c27af)
## Added
## Fixed
- Fixed an issue in `lambdaisland.uri.normalize/normalize-query` which did
not take into account utf-16 encoding.
## Changed