|
| 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 | + |
1 | 33 | ## 1.7.170
|
2 | 34 |
|
3 | 35 | This is a breaking change for tooling libraries like lein-cljsbuild,
|
|
0 commit comments