mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Update changelog
This commit is contained in:
parent
e93f365a0b
commit
5acb1a7ffe
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
* **BREAKING**: `compile-request-coercers` returns a map with `:data` and `:coerce` instead of plain `:coerce` function
|
* **BREAKING**: `compile-request-coercers` returns a map with `:data` and `:coerce` instead of plain `:coerce` function
|
||||||
* **BREAKING**: Parameter and Response schemas are acculated into vector in route data - to be merged properly into compiled result, fixes [#422](https://github.com/metosin/reitit/issues/422) - merging multiple schemas together works with `Malli` and `Schema`, partially with `data-spec` but not with `spec`.
|
* **BREAKING**: Parameter and Response schemas are acculated into vector in route data - to be merged properly into compiled result, fixes [#422](https://github.com/metosin/reitit/issues/422) - merging multiple schemas together works with `Malli` and `Schema`, partially with `data-spec` but not with `spec`.
|
||||||
* Fixed some module dependencies so Cljdoc can properly analyze all the modules
|
* Fixed some module dependencies so Cljdoc can properly analyze all the modules
|
||||||
|
* Updated dependencies:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[metosin/schema-tools "0.13.1"] is available but we use "0.13.0"
|
[metosin/schema-tools "0.13.1"] is available but we use "0.13.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue