File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-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
44
55## Releases and dependency information ##
66
7- Latest stable release: 1.8.51
7+ Latest stable release: 1.9.14
88
99* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
1010
1111[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
1212
1313```
14- [org.clojure/clojurescript "1.8.51 "]
14+ [org.clojure/clojurescript "1.9.14 "]
1515```
1616
1717[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.8.51
2020<dependency>
2121 <groupId>org.clojure</groupId>
2222 <artifactId>clojurescript</artifactId>
23- <version>1.8.51 </version>
23+ <version>1.9.14 </version>
2424</dependency>
2525```
2626
Original file line number Diff line number Diff line change 1+ ## 1.9.14
2+
3+ ### Enhancements
4+ * clojure.spec ported to cljs.spec
5+
6+ ### Fixes
7+ * CLJS-1649: Possible issue with in cljs.reader or cljs.core/PersistentHashMap
8+ * CLJS-1647: Rethrow exception from parallel-build
9+ * CLJS-1642: cljs.core/reductions does not respect 'reduced'
10+ * CLJS-1635: Var type implements IEquiv but not IHash
11+ * CLJS-1629: Fix warning about duplicate test-pr-str
12+ * CLJS-1637: Missing docstrings for a few vars
13+
114## 1.8.51
215
316### Changes
You can’t perform that action at this time.
0 commit comments