|
| 1 | +## 0.0-3115 |
| 2 | + |
| 3 | +### Enhancements |
| 4 | +* CLJS-806: support ^:const |
| 5 | +* CLJS-1115: Reusable repl-bootstrap! fn |
| 6 | + |
| 7 | +### Changes |
| 8 | +* CLJS-667: validate extend-type and extend-protocol shape |
| 9 | +* CLJS-1112: :repl-requires option for REPL evaluation environment |
| 10 | +* CLJS-1111: browser REPL should have no side effects until -setup |
| 11 | + |
| 12 | +### Fixes |
| 13 | +* CLJS-1085: Allow to pass test environment to cljs.test/run-all-tests |
| 14 | +* CLJS-867: extend-type with Object methods requires multi-arity style definition |
| 15 | +* CLJS-1118: cljs.repl/doc support for protocols |
| 16 | +* CLJS-889: re-pattern works on strings containing \u2028 or \u2029 |
| 17 | +* CLJS-109: Compiler errors/warnings should be displayed when cljs namespace 'package' names start with an unacceptable javascript symbol |
| 18 | +* CLJS-891: Defs in "parent" namespaces clash with "child" namespaces with the same name? |
| 19 | +* CLJS-813: Warn about reserved JS keyword usage in namespace names |
| 20 | +* CLJS-876: merged sourcemap doesn't account for output-wrapper |
| 21 | +* CLJS-1062: Incorrect deftype/defrecord definition leads to complex error messages |
| 22 | +* CLJS-1120: analyze-deps does not appear to work when analyzing analysis caches |
| 23 | +* CLJS-1119: constant table emission logic is incorrect |
| 24 | +* CLJS-977: implement IKVReduce in Subvec |
| 25 | +* CLJS-1117: Dependencies in JARs don't use cached analysis |
| 26 | +* CLJS-689: js/-Infinity munges to _Infinity |
| 27 | +* CLJS-1114: browser REPL script loading race condition |
| 28 | +* CLJS-1110: cljs.closure/watch needs to print errors to *err* |
| 29 | +* CLJS-1101 cljs.test might throw when trying to detect file-and-line |
| 30 | +* CLJS-1090: macros imported from clojure.core missing docs |
| 31 | +* CLJS-1108: :modules :output-to needs to create directories |
| 32 | +* CLJS-1095: UUID to implement IComparable |
| 33 | +* CLJS-1096: Update js/Date -equiv and -compare semantics based on Date.valueOf() value |
| 34 | +* CLJS-1102 clojure.test should print column number of exception when available |
| 35 | + |
1 | 36 | ## 0.0-3058
|
2 | 37 |
|
3 | 38 | ### Enhancements
|
|
0 commit comments