File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ ClojureScript is a compiler for [Clojure](http://clojure.org) that targets JavaS
4
4
5
5
## Releases and dependency information ##
6
6
7
- Latest stable release: 1.8.40
7
+ Latest stable release: 1.8.51
8
8
9
9
* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
10
10
11
11
[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
12
12
13
13
```
14
- [org.clojure/clojurescript "1.8.40 "]
14
+ [org.clojure/clojurescript "1.8.51 "]
15
15
```
16
16
17
17
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.8.40
20
20
<dependency>
21
21
<groupId>org.clojure</groupId>
22
22
<artifactId>clojurescript</artifactId>
23
- <version>1.8.40 </version>
23
+ <version>1.8.51 </version>
24
24
</dependency>
25
25
```
26
26
Original file line number Diff line number Diff line change
1
+ ## 1.8.51
2
+
3
+ ### Changes
4
+ * bump Closure Compiler to v20160315
5
+ * bump tools.reader to 1.0.0-beta1
6
+ * CLJS-1624: Avoid useage of JSC_HOME in test bash scripts
7
+
8
+ ### Enhancements
9
+ * CLJS-1626: cljs.test for bootstrap
10
+
11
+ ### Fixes
12
+ * CLJS-1588: defrecord satisfies? behavior under bootstrap
13
+ * CLJS-1632: docs / arglist consistency
14
+ * CLJS-1612: Resolve ns aliases in syntax-quote
15
+ * CLJS-1621: Foreign libs modules of different types don't compile together
16
+ * CLJS-1617: inlined ` list ` evaluation order
17
+ * : parallel-build race condition
18
+
1
19
## 1.8.40
2
20
3
21
### Fixes
You can’t perform that action at this time.
0 commit comments