File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
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.866
9+ Latest stable release: 1.10.879
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.866 "]
16+ [org.clojure/clojurescript "1.10.879 "]
1717```
1818
1919[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.10.866
2222<dependency>
2323 <groupId>org.clojure</groupId>
2424 <artifactId>clojurescript</artifactId>
25- <version>1.10.866 </version>
25+ <version>1.10.879 </version>
2626</dependency>
2727```
2828
Original file line number Diff line number Diff line change 1+ ## 1.10.879
2+
3+ ### Changes
4+ * Revert CLJS-3276 - macros that expand to require
5+
6+ ### Fixes
7+ * CLJS-3096 Add : exception true to prepl errors
8+ * CLJS-3313: Protocol implementations via metadata: ClojureScript behaves differently from Clojure
9+
110## 1.10.866
211
312### Changes
716* CLJS-3260: and/or optimization as compiler pass, fixes core.async go macro issue
817* CLJS-3276: Support macros that expand to require statements
918
10-
1119### Fixes
1220* CLJS-3309: and/or opt bug - passes to remove dropped locals from anon fns,
1321 missing : children keys on binding nodes
You can’t perform that action at this time.
0 commit comments