Skip to content

Commit 90e7fba

Browse files
authored
update changes (#292)
1 parent 0bb9e9c commit 90e7fba

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

changes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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

0 commit comments

Comments
 (0)