v1.18.150
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 returningnil
on blank input.