File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
66
77## Releases and dependency information ##
88
9- Latest stable release: 1.10.896
9+ Latest stable release: 1.10.914
1010
1111* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
1212
1313[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
1414
1515```
16- [org.clojure/clojurescript "1.10.896 "]
16+ [org.clojure/clojurescript "1.10.914 "]
1717```
1818
1919[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.10.896
2222<dependency>
2323 <groupId>org.clojure</groupId>
2424 <artifactId>clojurescript</artifactId>
25- <version>1.10.896 </version>
25+ <version>1.10.914 </version>
2626</dependency>
2727```
2828
Original file line number Diff line number Diff line change 1+ ## 1.10.914
2+
3+ ### Fixes
4+ * CLJS-3339: cljs.core/hash should type hint call to js/isFinite
5+ * CLJS-3333: defonce expansion non-hygienic with respect to core names
6+ * CLJS-3334: exists? evaluates to true for cljs.user//
7+ * CLJS-3341: Revert dependency issue in dep order patch
8+
9+ ### Changes
10+ * CLJS-3332: Cannot require ` @firebase/auth `
11+ * CLJS-3335: CI, test-and-or-code-gen-pass fails on Windows
12+ * CLJS-3440: CI, Compiler tests fail test-cljs-3235 regarding react-select
13+ * CLJS-3342: Run CI compiler unit tests on Windows
14+ * CLJS-3338: Missing CI test coverage
15+ * CLJS-3343: Failing js module processing test on Windows
16+
117## 1.10.896
218
319### Fixes
You can’t perform that action at this time.
0 commit comments