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 dda980e commit 61b418fCopy full SHA for 61b418f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.0.0-SNAPSHOT (1.2.2016)
+## 1.0.0-RC1 (2.2.2016)
2
3
* Move from compile-time to runtime route resolution.
4
* Most of the internal macro magic has been vaporized
project.clj
-(defproject metosin/compojure-api "1.0.0-SNAPSHOT"
+(defproject metosin/compojure-api "1.0.0-RC1"
:description "Compojure Api"
:url "https://github.com/metosin/compojure-api"
:license {:name "Eclipse Public License"
src/compojure/api/core.clj
@@ -29,7 +29,7 @@
29
30
Equivalent to: `(let [...] (routes ...))`"
31
[bindings & body]
32
- {:style/indent 2}
+ {:style/indent 1}
33
`(let ~bindings (routes ~@body)))
34
35
(defn undocumented
0 commit comments