File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.19.3 (9.4.2015)
2+ - Fixed [ #79 ] ( https://github.com/metosin/compojure-api/issues/79 ) by [ Jon Eisen] ( https://github.com/yanatan16 )
3+
4+ - updated deps:
5+
6+ ``` clojure
7+ [prismatic/plumbing " 0.4.2" ] is available but we use " 0.4.1"
8+ [potemkin " 0.3.13" ] is available but we use " 0.3.12"
9+ [compojure " 1.3.3" ] is available but we use " 1.3.2"
10+ [metosin/ring-swagger " 0.19.4" ] is available but we use " 0.19.3"
11+ ```
12+
113## 0.19.2 (31.3.2015)
214
315- Compatibility with swagger-ui ` 2.1.0-M2 ` - ` [metosin/ring-swagger-ui "2.1.0-M2-2] `
Original file line number Diff line number Diff line change 1- (defproject metosin /compojure-api " 0.19.2 "
1+ (defproject metosin /compojure-api " 0.19.3 "
22 :description " Compojure Api"
33 :url " https://github.com/metosin/compojure-api"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html"
66 :distribution :repo
77 :comments " same as Clojure" }
88 :dependencies [[org.clojure/clojure " 1.6.0" ]
9- [prismatic/plumbing " 0.4.1 " ]
10- [potemkin " 0.3.12 " ]
9+ [prismatic/plumbing " 0.4.2 " ]
10+ [potemkin " 0.3.13 " ]
1111 [cheshire " 5.4.0" ]
12- [compojure " 1.3.2 " ]
12+ [compojure " 1.3.3 " ]
1313 [prismatic/schema " 0.4.0" ]
1414 [org.tobereplaced/lettercase " 1.0.0" ]
1515 [metosin/ring-http-response " 0.6.1" ]
16- [metosin/ring-swagger " 0.19.3 " ]
16+ [metosin/ring-swagger " 0.19.4 " ]
1717 [metosin/ring-middleware-format " 0.6.0" ]]
1818 :profiles {:thingie {:ring {:handler examples.thingie/app
1919 :reload-paths [" src" " examples/src" ]}
You can’t perform that action at this time.
0 commit comments