Skip to content

Commit

Permalink
New ring-swagger, new release, fixes #16.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Aug 19, 2014
1 parent 9ba7044 commit 400325e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.1 (19.8.2014)

- Update to latest `ring-swagger`
- Fixes #16: If Schema has many properties, they are now shown in correct order on Swagger-UI
- `hash-map` loses the order if it has enough properties
- Use [flatland.ordered.map/ordered-map](https://github.com/flatland/ordered) when Schema has many properties and you want to keep the order intact
- `(s/defschema Thingie (ordered-map :a String ...))`

## 0.15.0 (10.8.2014)

- Use latest `ring-swagger`
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/compojure-api "0.15.0"
(defproject metosin/compojure-api "0.15.1"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
Expand All @@ -12,7 +12,7 @@
[compojure "1.1.8"]
[prismatic/schema "0.2.4"]
[metosin/ring-http-response "0.4.0"]
[metosin/ring-swagger "0.11.0"]]
[metosin/ring-swagger "0.12.0"]]
:profiles {:thingie {:ring {:handler examples.thingie/app
:reload-paths ["src" "examples/src"]}
:source-paths ["examples/src"]
Expand Down

0 comments on commit 400325e

Please sign in to comment.