File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Expand file tree Collapse file tree 2 files changed +31
-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.844
9+ Latest stable release: 1.10.866
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.844 "]
16+ [org.clojure/clojurescript "1.10.866 "]
1717```
1818
1919[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.10.844
2222<dependency>
2323 <groupId>org.clojure</groupId>
2424 <artifactId>clojurescript</artifactId>
25- <version>1.10.844 </version>
25+ <version>1.10.866 </version>
2626</dependency>
2727```
2828
Original file line number Diff line number Diff line change 1+ ## 1.10.866
2+
3+ ### Changes
4+ * Google Closure v20210505
5+
6+ ### Enhancements
7+ * CLJS-3260: and/or optimization as compiler pass, fixes core.async go macro issue
8+ * CLJS-3276: Support macros that expand to require statements
9+
10+
11+ ### Fixes
12+ * CLJS-3309: and/or opt bug - passes to remove dropped locals from anon fns,
13+ missing : children keys on binding nodes
14+ * CLJS-3300: cljs.loader regression
15+ * CLJS-3293: Some npm packages fail to require
16+ * CLJS-3306: subvecs must implement IAssociative -contains-key?
17+ * CLJS-3307: Allow extending IAssociative -contains-key? to native
18+ * CLJS-3305: defrecord must implement IAssociative -contains-key?
19+ * CLJS-3303: checked arrays enabled in advanced
20+ * CLJS-3304: Higher order checked arrays
21+ * CLJS-3284: Use of private deftype by public function in another namespace when
22+ inside an if causes warning
23+ * CLJS-3282: document bundle target in CLI help
24+ * CLJS-3283: Support -contains-key? protocol check in contains?
25+ * CLJS-3296: Update conj docstring for missing arities
26+ * CLJS-3298: visibility diagnostic group typo
27+ * CLJS-3302: Fixup docstring for ` default-dispatch-val ` and ` dispatch-fn `
28+
129## 1.10.844
230
331### Changes
You can’t perform that action at this time.
0 commit comments