mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
0.2.4 ready
This commit is contained in:
parent
0beeaef1f8
commit
bfe1151b0a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## 0.2.4-SNAPSHOT
|
||||
## 0.2.4 (21.10.2018)
|
||||
|
||||
## `reitit-ring`
|
||||
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
## `reitit-spec`
|
||||
|
||||
* Latest goodies from [spec-tools](https://github.com/metosin/spec-tools)
|
||||
* Swagger parameter fixes
|
||||
* Latest features from [spec-tools](https://github.com/metosin/spec-tools)
|
||||
* Swagger enchancements
|
||||
* Better spec coercion via `st/coerce` using spec walking & inference: many simple specs (core predicates, `spec-tools.core/spec`, `s/and`, `s/or`, `s/coll-of`, `s/keys`, `s/map-of`, `s/nillable` and `s/every`) can be transformed without needing spec to be wrapped. Fallbacks to old conformed based approach.
|
||||
* [example app](https://github.com/metosin/reitit/blob/master/examples/ring-spec-swagger/src/example/server.clj).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue