Skip to content

Commit 7dfebbb

Browse files
author
dnolen
committed
1.7.228
1 parent bc6f93e commit 7dfebbb

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ClojureScript is a compiler for [Clojure](http://clojure.org) that targets JavaS
44

55
## Releases and dependency information ##
66

7-
Latest stable release: 1.7.170
7+
Latest stable release: 1.7.228
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.170"]
14+
[org.clojure/clojurescript "1.7.228"]
1515
```
1616

1717
[Maven](http://maven.apache.org) dependency information:

changes.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 1.7.228
2+
3+
### Enhancements
4+
* New experimental :parallel-build compiler option
5+
6+
### Changes
7+
* CLJS-1538: Type hint some cljs.core predicates
8+
* Docstring typos
9+
* CLJS-1463: (js-debugger) should generate nil-returning expression
10+
* CLJS-1516: better error message when calling macros with arity
11+
* CLJS-1514: Remove Alpha designators on *-watch and ex-*
12+
* clojure.core/require is not thread safe, use locks
13+
* CLJS-1505: Add tests to characterize `type` and `instance?` behavior
14+
* CLJS-1491: Check :source-map is boolean when :optimizations :none
15+
* split sm/encode into 2 functions so JSON generation is optional
16+
17+
### Fixes
18+
* CLJS-1539: Parallel compilation fails on circular dependencies
19+
* CLJS-1425: self-host: cljs.js/eval cb argument inconsistent with docstring
20+
* CLJS-1425: self-host: cljs.js/eval cb argument inconsistent with docstring
21+
* CLJS-1524: Bad hashing for Cons
22+
* CLJS-1487: Fix handling of timestamp comparison for dependencies in JARs
23+
* CLJS-1498: Fix parallel build logging
24+
* CLJS-1477: Do not attempt to resolve "native" type symbols
25+
* CLJS-1236: `constructor` needs to munged if used as namespace segment
26+
* CLJS-1330: self-host: .toString on int needs parens
27+
* CLJS-1512: Self-host: arithmetic form meta missing :numeric
28+
* CLJS-1506: doc for referred fn displays alias ns
29+
* CLJS-1504: Self-host: Pseudo-namespace for macro namespace analysis
30+
metadata
31+
* CLJS-1483: Minor DCE regression with advanced compilation mode
32+
133
## 1.7.170
234

335
This is a breaking change for tooling libraries like lein-cljsbuild,

0 commit comments

Comments
 (0)