mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Latest Sieppari & polish CHANGELOG
This commit is contained in:
parent
b8b442b598
commit
711c1fea8f
2 changed files with 8 additions and 9 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -14,20 +14,19 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Updated deps:
|
||||
|
||||
```clj
|
||||
[metosin/sieppari "0.0.0-alpha9"] is available but we use "0.0.0-alpha8"
|
||||
[metosin/malli "0.0.1-20200404.091302-14"] is available but we use "0.0.1-20200305.102752-13"
|
||||
```
|
||||
|
||||
### `reitit-frontend`
|
||||
|
||||
* `reitit.frontend.easy` state is setup before user `on-navigate` callback
|
||||
is called the first time, so that `rfe/push-state` and such can be called
|
||||
([#315](https://github.com/metosin/reitit/issues/315))
|
||||
|
||||
### `reitit-malli`
|
||||
|
||||
* Update malli to latest version:
|
||||
|
||||
```clj
|
||||
[metosin/malli "0.0.1-20200404.091302-14"] is available but we use "0.0.1-20200305.102752-13"
|
||||
```
|
||||
|
||||
### `reitit-ring`
|
||||
|
||||
* `reitit.ring/routes` strips away `nil` routes, fixes [#394](https://github.com/metosin/reitit/issues/394)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
[metosin/schema-tools "0.12.1"]
|
||||
[metosin/muuntaja "0.6.6"]
|
||||
[metosin/jsonista "0.2.5"]
|
||||
[metosin/sieppari "0.0.0-alpha8"]
|
||||
[metosin/sieppari "0.0.0-alpha9"]
|
||||
[metosin/malli "0.0.1-20200404.091302-14"]
|
||||
|
||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||
|
|
|
|||
Loading…
Reference in a new issue