mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
CHANGELOG + deps
This commit is contained in:
parent
8b0c8a3c18
commit
c9848bd6e4
2 changed files with 27 additions and 12 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -12,10 +12,25 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||
|
||||
## 0.7.2 (2024-08-30)
|
||||
|
||||
* Speed up routes and inline it in code ring handler [#693](https://github.com/metosin/reitit/pull/693) [#693](https://github.com/metosin/reitit/pull/696)
|
||||
* Fix: Can't get descendants of classes [#555](https://github.com/metosin/reitit/issues/555)
|
||||
* Faster keywordize [#506](https://github.com/metosin/reitit/pull/506)
|
||||
* Updated dependencies:
|
||||
|
||||
```clojure
|
||||
[metosin/jsonista "0.3.10"] is available but we use "0.3.9"
|
||||
[metosin/malli "0.16.4"] is available but we use "0.16.2"
|
||||
[com.fasterxml.jackson.core/jackson-core "2.17.2"] is available but we use "2.17.1"
|
||||
[com.fasterxml.jackson.core/jackson-databind "2.17.2"] is available but we use "2.17.1"
|
||||
```
|
||||
|
||||
## 0.7.1 (2024-06-30)
|
||||
|
||||
* FIX: Route data maps ignore meta-merge options in 0.7.0, breaking compatibility [#679](https://github.com/metosin/reitit/issues/679)
|
||||
* FIX: Clojure record in route data is converted to a plain map [#686](https://github.com/metosin/reitit/issues/686)
|
||||
* Add arities 1 and 2 to rf/match->path [#685](https://github.com/metosin/reitit/pull/685)
|
||||
* Updated dependencies:
|
||||
|
||||
```clojure
|
||||
|
|
|
|||
24
project.clj
24
project.clj
|
|
@ -37,13 +37,13 @@
|
|||
[metosin/spec-tools "0.10.7"]
|
||||
[metosin/schema-tools "0.13.1"]
|
||||
[metosin/muuntaja "0.6.10"]
|
||||
[metosin/jsonista "0.3.9"]
|
||||
[metosin/jsonista "0.3.10"]
|
||||
[metosin/sieppari "0.0.0-alpha13"]
|
||||
[metosin/malli "0.16.2"]
|
||||
[metosin/malli "0.16.4"]
|
||||
|
||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||
[com.fasterxml.jackson.core/jackson-core "2.17.1"]
|
||||
[com.fasterxml.jackson.core/jackson-databind "2.17.1"]
|
||||
[com.fasterxml.jackson.core/jackson-core "2.17.2"]
|
||||
[com.fasterxml.jackson.core/jackson-databind "2.17.2"]
|
||||
|
||||
[meta-merge "1.0.0"]
|
||||
[fipp "0.6.26" :exclusions [org.clojure/core.rrb-vector]]
|
||||
|
|
@ -55,9 +55,9 @@
|
|||
[mvxcvi/arrangement "2.1.0"]
|
||||
[ring/ring-core "1.12.2"]
|
||||
|
||||
[io.pedestal/pedestal.service "0.6.4"]]
|
||||
[io.pedestal/pedestal.service "0.7.0"]]
|
||||
|
||||
:plugins [[jonase/eastwood "1.4.2"]
|
||||
:plugins [[jonase/eastwood "1.4.3"]
|
||||
;[lein-virgil "0.1.7"]
|
||||
[lein-ancient "1.0.0-RC3"]
|
||||
[lein-doo "0.1.11"]
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
:java-source-paths ["modules/reitit-core/java-src"]
|
||||
|
||||
:dependencies [[org.clojure/clojure "1.11.3"]
|
||||
:dependencies [[org.clojure/clojure "1.11.4"]
|
||||
[org.clojure/clojurescript "1.11.132"]
|
||||
|
||||
;; modules dependencies
|
||||
|
|
@ -96,8 +96,8 @@
|
|||
[metosin/spec-tools "0.10.7"]
|
||||
[metosin/muuntaja "0.6.10"]
|
||||
[metosin/sieppari "0.0.0-alpha13"]
|
||||
[metosin/jsonista "0.3.9"]
|
||||
[metosin/malli "0.16.2"]
|
||||
[metosin/jsonista "0.3.10"]
|
||||
[metosin/malli "0.16.4"]
|
||||
[lambdaisland/deep-diff "0.0-47"]
|
||||
[meta-merge "1.0.0"]
|
||||
[com.bhauman/spell-spec "0.1.2"]
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
[com.gfredericks/test.chuck "0.2.14"]
|
||||
[nubank/matcher-combinators "3.9.1"]
|
||||
|
||||
[io.pedestal/pedestal.service "0.6.4"]
|
||||
[io.pedestal/pedestal.service "0.7.0"]
|
||||
|
||||
[org.clojure/core.async "1.6.681"]
|
||||
[manifold "0.4.3"]
|
||||
|
|
@ -135,8 +135,8 @@
|
|||
:dependencies [[compojure "1.7.1"]
|
||||
[ring/ring-defaults "0.5.0"]
|
||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||
[io.pedestal/pedestal.service "0.6.4"]
|
||||
[io.pedestal/pedestal.jetty "0.6.4"]
|
||||
[io.pedestal/pedestal.service "0.7.0"]
|
||||
[io.pedestal/pedestal.jetty "0.7.0"]
|
||||
[calfpath "0.8.1"]
|
||||
[org.clojure/core.async "1.6.681"]
|
||||
[manifold "0.4.3"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue