File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.19.2 (31.3.2015)
2
+
3
+ - Compatibility with swagger-ui ` 2.1.0-M2 ` - ` [metosin/ring-swagger-ui "2.1.0-M2-2] `
4
+ - updated deps:
5
+ ``` clojure
6
+ [metosin/ring-swagger " 0.19.3" ] is available but we use " 0.19.2"
7
+ ```
8
+
1
9
## 0.19.1 (31.3.2015)
2
10
- avoid reflection fixes by [ Michael Blume] ( https://github.com/MichaelBlume )
3
11
- one can now wrap body & response-models in predicates and get the swagger docs out:
Original file line number Diff line number Diff line change 1
- (defproject metosin /compojure-api " 0.19.1 "
1
+ (defproject metosin /compojure-api " 0.19.2 "
2
2
:description " Compojure Api"
3
3
:url " https://github.com/metosin/compojure-api"
4
4
:license {:name " Eclipse Public License"
13
13
[prismatic/schema " 0.4.0" ]
14
14
[org.tobereplaced/lettercase " 1.0.0" ]
15
15
[metosin/ring-http-response " 0.6.1" ]
16
- [metosin/ring-swagger " 0.19.2 " ]
16
+ [metosin/ring-swagger " 0.19.3 " ]
17
17
[metosin/ring-middleware-format " 0.6.0" ]]
18
18
:profiles {:thingie {:ring {:handler examples.thingie/app
19
19
:reload-paths [" src" " examples/src" ]}
20
20
:source-paths [" examples/src" ]
21
21
:main examples.server
22
- :dependencies [[metosin/ring-swagger-ui " 2.1.8-M1 " ]
22
+ :dependencies [[metosin/ring-swagger-ui " 2.1.0-M2-2 " ]
23
23
[http-kit " 2.1.19" ]]}
24
24
:uberjar {:aot :all }
25
25
:dev {:ring {:handler examples.handler/app}
You can’t perform that action at this time.
0 commit comments