mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
spec-tools 0.8.3
This commit is contained in:
parent
d468d1f858
commit
bf709d1faf
2 changed files with 11 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
## UNRELEASED
|
## UNRELEASED
|
||||||
|
|
||||||
|
|
||||||
### `reitit-core`
|
### `reitit-core`
|
||||||
|
|
||||||
* `reitit.core/Expand` can be extended, fixes [#201](https://github.com/metosin/reitit/issues/201).
|
* `reitit.core/Expand` can be extended, fixes [#201](https://github.com/metosin/reitit/issues/201).
|
||||||
|
|
@ -15,6 +14,14 @@
|
||||||
|
|
||||||
* new options `:inject-match?` and `:inject-router?` on `reitit.http/ring-handler` and `reitit.http/routing-interceptor` to optionally not to inject `Router` and `Match` into the request. See [performance guide](https://metosin.github.io/reitit/performance.html#faster!) for details.
|
* new options `:inject-match?` and `:inject-router?` on `reitit.http/ring-handler` and `reitit.http/routing-interceptor` to optionally not to inject `Router` and `Match` into the request. See [performance guide](https://metosin.github.io/reitit/performance.html#faster!) for details.
|
||||||
|
|
||||||
|
### dependencies
|
||||||
|
|
||||||
|
* updated:
|
||||||
|
|
||||||
|
```clj
|
||||||
|
[metosin/spec-tools "0.8.3"] is available but we use "0.8.2"
|
||||||
|
```
|
||||||
|
|
||||||
## 0.2.10 (2018-12-30)
|
## 0.2.10 (2018-12-30)
|
||||||
|
|
||||||
### `reitit-core`
|
### `reitit-core`
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
:metadata {:doc/format :markdown}}
|
:metadata {:doc/format :markdown}}
|
||||||
:scm {:name "git"
|
:scm {:name "git"
|
||||||
:url "https://github.com/metosin/reitit"}
|
:url "https://github.com/metosin/reitit"}
|
||||||
|
:javac-options ["-Xlint:unchecked" "-target" "1.7" "-source" "1.7"]
|
||||||
:managed-dependencies [[metosin/reitit "0.2.10"]
|
:managed-dependencies [[metosin/reitit "0.2.10"]
|
||||||
[metosin/reitit-core "0.2.10"]
|
[metosin/reitit-core "0.2.10"]
|
||||||
[metosin/reitit-spec "0.2.10"]
|
[metosin/reitit-spec "0.2.10"]
|
||||||
|
|
@ -24,7 +25,7 @@
|
||||||
[metosin/reitit-sieppari "0.2.10"]
|
[metosin/reitit-sieppari "0.2.10"]
|
||||||
[metosin/reitit-pedestal "0.2.10"]
|
[metosin/reitit-pedestal "0.2.10"]
|
||||||
[metosin/ring-swagger-ui "2.2.10"]
|
[metosin/ring-swagger-ui "2.2.10"]
|
||||||
[metosin/spec-tools "0.8.2"]
|
[metosin/spec-tools "0.8.3"]
|
||||||
[metosin/schema-tools "0.10.5"]
|
[metosin/schema-tools "0.10.5"]
|
||||||
[metosin/muuntaja "0.6.3"]
|
[metosin/muuntaja "0.6.3"]
|
||||||
[metosin/jsonista "0.2.2"]
|
[metosin/jsonista "0.2.2"]
|
||||||
|
|
@ -101,7 +102,7 @@
|
||||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||||
[io.pedestal/pedestal.service "0.5.5"]
|
[io.pedestal/pedestal.service "0.5.5"]
|
||||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||||
[calfpath "0.7.1"]
|
[calfpath "0.7.2"]
|
||||||
[org.clojure/core.async "0.4.490"]
|
[org.clojure/core.async "0.4.490"]
|
||||||
[manifold "0.1.8"]
|
[manifold "0.1.8"]
|
||||||
[funcool/promesa "1.9.0"]
|
[funcool/promesa "1.9.0"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue