Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Mar 31, 2015
1 parent 8d8d7e4 commit 5cf2f58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.19.1 (31.3.2015)
- avoid reflection fixes by [Michael Blume](https://github.com/MichaelBlume)
- one can now wrap body & response-models in predicates and get the swagger docs out:

```clojure
:return (s/maybe User)
:responses {200 (s/maybe User)
400 (s/either Cat Dog)}
```

- updated deps:

```clojure
[metosin/ring-swagger "0.19.2"] is available but we use "0.19.1"
```

## 0.19.0 (28.3.2015)

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

0 comments on commit 5cf2f58

Please sign in to comment.