We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8d7e4 commit 5cf2f58Copy full SHA for 5cf2f58
CHANGELOG.md
@@ -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
14
+[metosin/ring-swagger "0.19.2"] is available but we use "0.19.1"
15
16
17
## 0.19.0 (28.3.2015)
18
19
- added destructuring for `:headers`, thanks to [tchagnon](https://github.com/tchagnon)!
0 commit comments