We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2879f commit 55176baCopy full SHA for 55176ba
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.16.4 (10.11.2014)
2
+
3
+- use `[org.tobereplaced/lettercase "1.0.0"]` for camel-casing (see https://github.com/metosin/compojure-api-examples/issues/1#issuecomment-62580504)
4
+- updated deps:
5
+```clojure
6
+[metosin/ring-swagger "0.14.1"] is available but we use "0.14.0"
7
+```
8
9
## 0.16.3 (9.11.2014)
10
11
- support for `:form-parameters`, thanks to [Thomas Whitcomb](https://github.com/thomaswhitcomb)
project.clj
@@ -1,4 +1,4 @@
-(defproject metosin/compojure-api "0.16.3"
+(defproject metosin/compojure-api "0.16.4"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
0 commit comments