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
4
4
5
5
## Releases and dependency information ##
6
6
7
- Latest stable release: 1.7.145
7
+ Latest stable release: 1.7.170
8
8
9
9
* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
10
10
11
11
[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
12
12
13
13
```
14
- [org.clojure/clojurescript "1.7.145 "]
14
+ [org.clojure/clojurescript "1.7.170 "]
15
15
```
16
16
17
17
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.7.145
20
20
<dependency>
21
21
<groupId>org.clojure</groupId>
22
22
<artifactId>clojurescript</artifactId>
23
- <version>1.7.145 </version>
23
+ <version>1.7.170 </version>
24
24
</dependency>
25
25
```
26
26
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
+
1
29
## 1.7.145
2
30
3
31
### Enhancements
You can’t perform that action at this time.
0 commit comments