Skip to content

Commit 5cf2f58

Browse files
committed
changelog
1 parent 8d8d7e4 commit 5cf2f58

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.19.1 (31.3.2015)
2+
- avoid reflection fixes by [Michael Blume](https://github.com/MichaelBlume)
3+
- one can now wrap body & response-models in predicates and get the swagger docs out:
4+
5+
```clojure
6+
:return (s/maybe User)
7+
:responses {200 (s/maybe User)
8+
400 (s/either Cat Dog)}
9+
```
10+
11+
- updated deps:
12+
13+
```clojure
14+
[metosin/ring-swagger "0.19.2"] is available but we use "0.19.1"
15+
```
16+
117
## 0.19.0 (28.3.2015)
218

319
- added destructuring for `:headers`, thanks to [tchagnon](https://github.com/tchagnon)!

0 commit comments

Comments
 (0)