mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Link to PR from changelog
This commit is contained in:
parent
e5483cb1fc
commit
34b6bb9349
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
* Improve OpenAPI docs, plus don't emit `:description` in the wrong place [#702](https://github.com/metosin/reitit/pull/702)
|
* Improve OpenAPI docs, plus don't emit `:description` in the wrong place [#702](https://github.com/metosin/reitit/pull/702)
|
||||||
* *POTENTIALLY BREAKING* The frontend functions (href, push/replace-state, navigate, set-query) now
|
* *POTENTIALLY BREAKING* The frontend functions (href, push/replace-state, navigate, set-query) now
|
||||||
encode query-string values using configured coercion when possible (only Malli supports encoding).
|
encode query-string values using configured coercion when possible (only Malli supports encoding).
|
||||||
|
[#716](https://github.com/metosin/reitit/pull/716)
|
||||||
- You can use this to encode query parameter values before they are URL-encoded. This works for DateTimes, collections etc.
|
- You can use this to encode query parameter values before they are URL-encoded. This works for DateTimes, collections etc.
|
||||||
- In most cases this shouldn't break existing uses, but it is possible even without
|
- In most cases this shouldn't break existing uses, but it is possible even without
|
||||||
a custom encoding function, the default Malli string-transformer could encode some values differently
|
a custom encoding function, the default Malli string-transformer could encode some values differently
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue