File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 0.14.0 (9.7.2014)
2
9
3
10
- return model coercion returns ` 500 ` instead of ` 400 ` , thanks to @phadej !
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ Stuff on top of [Compojure](https://github.com/weavejester/compojure) for making
11
11
12
12
## Latest version
13
13
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 )
17
15
18
16
## Sample application
19
17
Original file line number Diff line number Diff line change 1
- (defproject metosin /compojure-api " 0.14 .0"
1
+ (defproject metosin /compojure-api " 0.15 .0"
2
2
:description " Compojure Api"
3
3
:url " https://github.com/metosin/compojure-api"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments