Skip to content

Commit

Permalink
0.19.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Apr 8, 2015
1 parent 1975192 commit ac0bd0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.19.4 (8.4.2015)

- minify Ring-Swagger 2.0 Schema - just the [essentials](https://github.com/metosin/ring-swagger/blob/master/src/ring/swagger/swagger2_schema.clj)
- Swagger2.0 JSON Schema is now in classpath `ring/swagger/v2.0_schema.json`
- exclude ill transitive dependencies from Instar (cljx, cljs)
- use ~1000x faster JSON Schema validator in tests:

```clojure
[metosin/scjsv "0.2.0"] is available
```

## 0.19.3 (31.3.2015)

- `:resourcePath` is now set correctly with Swagger 1.2 endpoints (fixes [#36](https://github.com/metosin/ring-swagger/issues/36).
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/ring-swagger "0.19.3"
(defproject metosin/ring-swagger "0.19.4"
:description "Swagger Spec for Ring Apps"
:url "https://github.com/metosin/ring-swagger"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ac0bd0b

Please sign in to comment.