Skip to content

Commit b1c24f8

Browse files
committed
update readme & changes for 1.7.170
1 parent 2a8e17f commit b1c24f8

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

changes.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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

0 commit comments

Comments
 (0)