0.1.3-SNAPSHOT

This commit is contained in:
Tommi Reiman 2018-06-24 22:29:08 +03:00
parent 1bab89b1a0
commit 8bf725f600
2 changed files with 16 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## UNRELEASED
## 0.1.3-SNAPSHOT
## `reitit-core`
@ -38,6 +38,20 @@
; "/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)
### `reitit-core`

View file

@ -19,7 +19,7 @@
[meta-merge "1.0.0"]
[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/ring-swagger-ui "2.2.10"]
[metosin/jsonista "0.2.1"]]