Skip to content

Commit 400325e

Browse files
committed
New ring-swagger, new release, fixes #16.
1 parent 9ba7044 commit 400325e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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`

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"
@@ -12,7 +12,7 @@
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"]

0 commit comments

Comments
 (0)