mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01:11 +00:00
Fix docs
This commit is contained in:
parent
ea6682b385
commit
c35c40ceda
2 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
## UNRELEASED
|
## UNRELEASED
|
||||||
|
|
||||||
** `reitit-ring`
|
## `reitit-ring`
|
||||||
|
|
||||||
* New option `:not-found-handler` in `reitit.ring/create-resource-handler` to set how 404 is handled. Fixes [#89](https://github.com/metosin/reitit/issues/89), thanks to [valerauko](https://github.com/valerauko).
|
* New option `:not-found-handler` in `reitit.ring/create-resource-handler` to set how 404 is handled. Fixes [#89](https://github.com/metosin/reitit/issues/89), thanks to [valerauko](https://github.com/valerauko).
|
||||||
|
|
||||||
** `reitit-spec`
|
## `reitit-spec`
|
||||||
|
|
||||||
* updated deps:
|
* updated deps:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
[metosin/reitit-sieppari "0.2.3"]
|
[metosin/reitit-sieppari "0.2.3"]
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[ring/ring-core "1.7.0"]
|
[ring/ring-core "1.7.0"]
|
||||||
[metosin/spec-tools "0.7.1"]
|
[metosin/spec-tools "0.8.0-SNAPSHOT"]
|
||||||
[metosin/schema-tools "0.10.4"]
|
[metosin/schema-tools "0.10.4"]
|
||||||
[metosin/ring-swagger-ui "2.2.10"]
|
[metosin/ring-swagger-ui "2.2.10"]
|
||||||
[metosin/muuntaja "0.6.1"]
|
[metosin/muuntaja "0.6.1"]
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
[funcool/promesa "1.9.0"]
|
[funcool/promesa "1.9.0"]
|
||||||
|
|
||||||
;; https://github.com/bensu/doo/issues/180
|
;; https://github.com/bensu/doo/issues/180
|
||||||
[fipp "0.6.12"]]}
|
[fipp "0.6.13"]]}
|
||||||
:perf {:jvm-opts ^:replace ["-server"
|
:perf {:jvm-opts ^:replace ["-server"
|
||||||
"-Xmx4096m"
|
"-Xmx4096m"
|
||||||
"-Dclojure.compiler.direct-linking=true"]
|
"-Dclojure.compiler.direct-linking=true"]
|
||||||
|
|
@ -94,9 +94,9 @@
|
||||||
[manifold "0.1.8"]
|
[manifold "0.1.8"]
|
||||||
[funcool/promesa "1.9.0"]
|
[funcool/promesa "1.9.0"]
|
||||||
[metosin/sieppari "0.0.0-alpha5"]
|
[metosin/sieppari "0.0.0-alpha5"]
|
||||||
[yada "1.2.14"]
|
[yada "1.2.15"]
|
||||||
[ring/ring-defaults "0.3.2"]
|
[ring/ring-defaults "0.3.2"]
|
||||||
[ataraxy "0.4.1"]
|
[ataraxy "0.4.2"]
|
||||||
[bidi "2.1.4"]]}
|
[bidi "2.1.4"]]}
|
||||||
:analyze {:jvm-opts ^:replace ["-server"
|
:analyze {:jvm-opts ^:replace ["-server"
|
||||||
"-Dclojure.compiler.direct-linking=true"
|
"-Dclojure.compiler.direct-linking=true"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue