mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
CHANGELOG
This commit is contained in:
parent
699a8c7cd3
commit
5df07ea0cf
1 changed files with 9 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -12,13 +12,21 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||
|
||||
## Unreleased
|
||||
## 0.4.0-SNAPSHOT
|
||||
|
||||
### `reitit-core`
|
||||
|
||||
* Added ability to mark individual routes as conflicting by using `:conflicting` route data. See [documentation](https://metosin.github.io/reitit/basics/route_conflicts.html). Fixes [#324](https://github.com/metosin/reitit/issues/324)
|
||||
* Encode sequential and set values as multi-valued query params (e.g. `{:foo ["bar", "baz"]}` => foo=bar&foo=baz).
|
||||
|
||||
### `reitit-malli`
|
||||
|
||||
* Welcome [malli](https://github.com/metosin/malli)-based coercion! See [example project](./examples/ring-malli-swagger).
|
||||
|
||||
### `reitit-spec`
|
||||
|
||||
* `:body` coercion defaults to `spec-tools.core/strip-extra-keys-transformer`, so effectively all non-specced `s/keys` keys are stripped also for non-JSON formats.
|
||||
|
||||
### `reitit-frontend`
|
||||
|
||||
* Decode multi-valued query params correctly into seqs (e.g. foo=bar&foo=baz => `{:foo ["bar", "baz"]}`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue