Skip to content

Commit 9ba7044

Browse files
committed
release 0.15.0
1 parent 1f9bbc8 commit 9ba7044

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.15.0 (10.8.2014)
2+
3+
- Use latest `ring-swagger`
4+
- `:body` and others no langer take description as third param, instead use `:body [body (describe Schema "The description")]`
5+
- `describe` works also for Java classes `:query-params [x :- (describe Long "first-param")]`
6+
- And inside defschema `(s/defschema Schema {:sub (describe [{:x Long :y String}] "Array of stuff")})`
7+
18
## 0.14.0 (9.7.2014)
29

310
- return model coercion returns `500` instead of `400`, thanks to @phadej!

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
1111

1212
## Latest version
1313

14-
```clojure
15-
[metosin/compojure-api "0.14.0"]
16-
```
14+
[![Clojars Project](http://clojars.org/metosin/compojure-api/latest-version.svg)](http://clojars.org/metosin/compojure-api)
1715

1816
## Sample application
1917

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject metosin/compojure-api "0.14.0"
1+
(defproject metosin/compojure-api "0.15.0"
22
:description "Compojure Api"
33
:url "https://github.com/metosin/compojure-api"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)