Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Sep 4, 2014
1 parent 2663bc0 commit 4bb3a3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 0.13.0 (x.x.2014)
## 0.13.0 (4.9.2014)

- Updated dependencies
- camel-snake-kebab 0.2.0 renamed the ns camel-snake-kebab to camel-snake-kebab.core
- camel-snake-kebab 0.2.0 renamed the ns `camel-snake-kebab` to `camel-snake-kebab.core`
- `ring.swagger.json-schema-dirty` namespace now provides experimental
implementation for `s/if`, `s/conditional` and `s/either` Schema transformations.
- Fixed a bug with `s/recursive`

## 0.12.0 (19.8.2014)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ In namespace `ring.swagger.schema` there are some helpers for creating the schem
### Schema elements supported by `ring.swagger.json-schema-dirty`

Some Schema elements are impossible to accurately describe within boundaries of JSON-Schema or Swagger spec.
You can require `ring.swagger.json-schema-dirty`-ns to get implementations for `json-type` multimethod which allows
you to use these types.
But be warned that Swagger-UI might not display these correctly and code generated by swagger-codegen will be inaccurate.
You can require `ring.swagger.json-schema-dirty` namespace to get implementations for `json-type` multimethod which allow
you to use some of these elements.
But be warned that Swagger-UI might not display these correctly and the code generated by swagger-codegen will be inaccurate.

| Clojure | JSON Schema | Sample |
| --------|-------|:------------:|
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/ring-swagger "0.12.0-SNAPSHOT"
(defproject metosin/ring-swagger "0.13.0"
:description "Swagger Spec for Ring Apps"
:url "https://github.com/metosin/ring-swagger"
:license {:name "Eclipse Public License"
Expand All @@ -8,7 +8,7 @@
:dependencies [[org.clojure/clojure "1.6.0"]
[cheshire "5.3.1"]
[slingshot "0.10.3"]
[metosin/ring-http-response "0.5.0-SNAPSHOT"]
[metosin/ring-http-response "0.5.0"]
[prismatic/schema "0.2.6"]
[prismatic/plumbing "0.3.3"]
[clj-time "0.8.0"]
Expand Down

0 comments on commit 4bb3a3a

Please sign in to comment.