mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
0.1.3-SNAPSHOT
This commit is contained in:
parent
1bab89b1a0
commit
8bf725f600
2 changed files with 16 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,4 +1,4 @@
|
||||||
## UNRELEASED
|
## 0.1.3-SNAPSHOT
|
||||||
|
|
||||||
## `reitit-core`
|
## `reitit-core`
|
||||||
|
|
||||||
|
|
@ -38,6 +38,20 @@
|
||||||
; "/olipa/kerran?iso=p%C3%B6ril%C3%A4inen"
|
; "/olipa/kerran?iso=p%C3%B6ril%C3%A4inen"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### `reitit-spec`
|
||||||
|
|
||||||
|
* `[metosin/spec-tools "0.7.1"]` with swagger generation enhancements, see the [CHANGELOG](https://github.com/metosin/spec-tools/blob/master/CHANGELOG.md)
|
||||||
|
* if response coercion is not defined for a response status, no `:schema` is not emitted.
|
||||||
|
* updated dependencies:
|
||||||
|
|
||||||
|
```clj
|
||||||
|
[metosin/spec-tools "0.7.1"] is available but we use "0.7.0"
|
||||||
|
```
|
||||||
|
|
||||||
|
### `reitit-schema`
|
||||||
|
|
||||||
|
* if response coercion is not defined for a response status, no `:schema` is not emitted.
|
||||||
|
|
||||||
## 0.1.2 (2018-6-6)
|
## 0.1.2 (2018-6-6)
|
||||||
|
|
||||||
### `reitit-core`
|
### `reitit-core`
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[ring/ring-core "1.6.3"]
|
[ring/ring-core "1.6.3"]
|
||||||
[metosin/spec-tools "0.7.1"]
|
[metosin/spec-tools "0.7.1-SNAPSHOT"]
|
||||||
[metosin/schema-tools "0.10.3"]
|
[metosin/schema-tools "0.10.3"]
|
||||||
[metosin/ring-swagger-ui "2.2.10"]
|
[metosin/ring-swagger-ui "2.2.10"]
|
||||||
[metosin/jsonista "0.2.1"]]
|
[metosin/jsonista "0.2.1"]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue