File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-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.9.456
9+ Latest stable release: 1.9.473
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.9.456 "]
16+ [org.clojure/clojurescript "1.9.473 "]
1717```
1818
1919[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.9.456
2222<dependency>
2323 <groupId>org.clojure</groupId>
2424 <artifactId>clojurescript</artifactId>
25- <version>1.9.456 </version>
25+ <version>1.9.473 </version>
2626</dependency>
2727```
2828
Original file line number Diff line number Diff line change 1+ ## 1.9.473
2+
3+ ## Fixes
4+ * CLJS-1931: Closure Compiler {{--generate_exports}} flag not supported
5+ * CLJS-1934: Self-host: require-macros : reload / : reload-all fails
6+ * CLJS-1932: Self-host: Perf regression macroexpand-check
7+ * CLJS-1930: Master broken wrt static field: ES5_STRICT_UNCOMMON
8+ * CLJS-1929: When expanding libs don't include Hidden files
9+ * CLJS-1905: Self-host: Stacktraces for script/test-self-parity
10+ * CLJS-1795: Support more options in the ` :closure-warnings ` compiler option
11+ * CLJS-1922: Use : file as relative output path for foreign-libs
12+ * CLJS-1831: Self-host: Improperly munge ns names
13+ * CLJS-1925: Use of undeclared Var cljs.user/RegExp when extending protocol for RegExp
14+ * CLJS-1920: cljs.build.api/node-inputs: package.json files are only added if module entries are top-leve
15+ * CLJS-1916: __ dirname and __ filename are not defined when compiling for Node.js with optimizations : none
16+ * CLJS-1915: cljs.test: Index out of bounds for stack element w/o line/column
17+
118## 1.9.456
219
320### Enhancements
You can’t perform that action at this time.
0 commit comments