|
| 1 | +## 1.11.51 |
| 2 | + |
| 3 | +### Changes |
| 4 | +* CLJS-3372: Vendorize data.json, transit-clj, and tools.reader |
| 5 | + data.json and transit-clj are no longer dependencies. CLJS-3375 bridges |
| 6 | + tools.reader for backwards compatibility |
| 7 | +* Clojure 1.10 minimum version |
| 8 | +* Update Google Closure Compiler, transit-java, tools.reader dependencies to latest |
| 9 | +* CLJS-2820 Compile cljs.loader regardless of whether :modules are used |
| 10 | +* CLJS-3370: improved uuid regex to only accept hex characters |
| 11 | +* Update / clarify docstrings, CLJS-3358, CLJS-3359, CLJS-3360, CLJS-3361, CLJS-3364 |
| 12 | +* CLJS-3354: map-invert should use transients and reduce-kv instead of reduce |
| 13 | +* CLJS-3350: Update test.check dependency |
| 14 | +* CLJS-3294: data_readers.cljc doesn't provide a way to have target-specific |
| 15 | + behaviour |
| 16 | + |
| 17 | +### Fixes |
| 18 | +* CLJS-3373: Externs Inference issue with vars invoked from foreign libs |
| 19 | +* CLJS-3368: let binding can shadow globals, leading to strange behavior |
| 20 | +* CLJS-3367: Backward conflict test in prefer-method causes incorrect exception |
| 21 | +* CLJS-3371: Invalid warning on record constructor |
| 22 | +* Fix apply of IFn for more than 20 arguments |
| 23 | +* CLJS-3288: selfhost: *eval-fn* not bound for :js sources |
| 24 | +* CLJS-3362: some-fn has different short-circuiting when using 3 predicates |
| 25 | +* CLJS-3356: halt-when not usable within #'c.c/into |
| 26 | +* CLJS-3352: Self-host negative zero emitted as positive zero |
| 27 | +* CLJS-3319: make PersistentHashMap release inodes correctly |
| 28 | + |
| 29 | +### Enhancemnets |
| 30 | +* CLJS-3348: Implement new functions for parity with Clojure 1.11 |
| 31 | +* CLJS-3353: Add the new iteration function introduced in Clojure 1.11 |
| 32 | +* CLJS-3347: Create clojure.math namespace |
| 33 | +* CLJS-3299: port CLJ-2603 |
| 34 | +* CLJS-3346: :as-alias |
| 35 | +* add update-vals & update-keys |
| 36 | + |
1 | 37 | ## 1.11.4
|
2 | 38 |
|
3 | 39 | ### Fixes
|
|
0 commit comments