File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 1.12.
2+
3+ ### Changes
4+ * CLJS-3233: ` :refer-global ` + ` :only ` , ` :require-global `
5+ * CLJS-3451: make munge-str public
6+ * various small DCE enhancements
7+ * browser REPL reuses same window
8+
9+ ### Enhancements
10+ * Clojure method values syntax support
11+ * ` cljs.proxy ` , experimental namespace for efficient interop
12+ * CLJS-2471: ChunkedSeq should implemented ICounted
13+ * CLJS-3452: optimize str by compiling to + / .toString + compile time optimizations
14+ * ` :lite-mode ` and ` :elide-to-string ` , new experimental compiler flags for smaller artifacts
15+ * CLJS-3439: REPL doc support for externs
16+
17+ ### Fixes
18+ * Fix REPL load-file issue
19+ * CLJS-3425: Incorrect handling of ##NaN with min/max
20+ * CLJS-3461: don't hard-code destructuring to PAM
21+ * CLJS-3454: New set instances are created when redundant data is added
22+ * CLJS-3438: Inference for ` goog.object/containsKey ` returns any, not boolean
23+
124## 1.12.42
225
326### Changes
You can’t perform that action at this time.
0 commit comments