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 @@ -4,14 +4,14 @@ ClojureScript is a new compiler for [Clojure](http://clojure.org) that targets J
44
55## Releases and dependency information ##
66
7- Latest stable release: 1.7.145
7+ Latest stable release: 1.7.170
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.7.145 "]
14+ [org.clojure/clojurescript "1.7.170 "]
1515```
1616
1717[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.7.145
2020<dependency>
2121 <groupId>org.clojure</groupId>
2222 <artifactId>clojurescript</artifactId>
23- <version>1.7.145 </version>
23+ <version>1.7.170 </version>
2424</dependency>
2525```
2626
Original file line number Diff line number Diff line change 1+ ## 1.7.170
2+
3+ ### Enhancements
4+ * Refactor build pipeline
5+ * CLJS-1478: Self-host: Allow static-fns opt
6+
7+ ### Changes
8+ * Generate larger range of random UUIDs
9+ * make browser REPL file reloads less chatty
10+ * CLJS-1475: indicate that cljs.reader/read is safe
11+ * CLJS-1470: Bump GCL Dependency
12+ * bump Google Closure dep
13+
14+ ### Fixes
15+ * in system-time check that js/process.hrtime is actually a thing
16+ * CLJS-1228: cljs.util/topo-sort is polynomial on larger dependency graphs
17+ * check that performance.now method actually exists
18+ * CLJS-1476: Self-host: Protocol prefixing broken for three- (or more) segment namespaces
19+ * CLJS-1472 Patch for CLJS-1467 causes regression for nodejscli
20+ * CLJS-1469 : modules regression
21+ * CLJS-1445: Syntax error for var args in protocol methods
22+ * Warn if protocol impl methods do not match its protocol
23+ * CLJS-1451 Protocol impl do not support qualified method names
24+ * CLJS-1422: cljs.js/eval-str fails for ns form on node.js with simple optimizations
25+ * CLJS-1423: self-host: Requiring analyzer/compiler breaks unchecked Boolean
26+ * CLJS-1466: Improperly munged output path for GClosure JavaScript
27+ * CLJS-1467: Foreign Libraries not included when using : main with : simple or : advanced
28+
129## 1.7.145
230
331### Enhancements
You can’t perform that action at this time.
0 commit comments