File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.15.1 (19.8.2014)
2+
3+ - Update to latest ` ring-swagger `
4+ - Fixes #16 : If Schema has many properties, they are now shown in correct order on Swagger-UI
5+ - ` hash-map ` loses the order if it has enough properties
6+ - Use [ flatland.ordered.map/ordered-map] ( https://github.com/flatland/ordered ) when Schema has many properties and you want to keep the order intact
7+ - ` (s/defschema Thingie (ordered-map :a String ...)) `
8+
19## 0.15.0 (10.8.2014)
210
311- Use latest ` ring-swagger `
Original file line number Diff line number Diff line change 1- (defproject metosin /compojure-api " 0.15.0 "
1+ (defproject metosin /compojure-api " 0.15.1 "
22 :description " Compojure Api"
33 :url " https://github.com/metosin/compojure-api"
44 :license {:name " Eclipse Public License"
1212 [compojure " 1.1.8" ]
1313 [prismatic/schema " 0.2.4" ]
1414 [metosin/ring-http-response " 0.4.0" ]
15- [metosin/ring-swagger " 0.11 .0" ]]
15+ [metosin/ring-swagger " 0.12 .0" ]]
1616 :profiles {:thingie {:ring {:handler examples.thingie/app
1717 :reload-paths [" src" " examples/src" ]}
1818 :source-paths [" examples/src" ]
You can’t perform that action at this time.
0 commit comments