Skip to content

Commit c9a6140

Browse files
committed
add changes
1 parent 55416d4 commit c9a6140

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Changes.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
`*` means potential break changes
22
# current
3+
# 7.3
4+
- #4235 #4237 #4241 #4244 #4240 generalized uncurry work
5+
- #4255 #4258 code generation: compiling unit to `undefined`
6+
- #4288 code generation: improve module alias code generation
7+
- #4287 code generation: meaningful names for pattern match
8+
- #4286 code generation: better code generation for loops
9+
- #4224 #4262 code generation: eleminate intermediate variables when inlining
10+
- #4198 #4228 remove some long deprecated APIs, Js.Math.pow_int
11+
- #4257 docs: add docs about Belt.Id.comparable
12+
- #4256 tweaks to super error message
13+
- #4284 regression fix: better dumping cmi files to avoid scary names
14+
- #4285 #4268 turn off warning 20 by default (which produces false alarm)
15+
- #4283 tweak react-hooks template
16+
- #4270 #4273 deriving abstract free in belt, belt no longer relies on such extension
17+
- #4272 code generation: better handling of option unpacking
18+
- #4269 not rely on `npm link` for bsb templates
19+
- #4266 #4265 fix belt.MutableMap
20+
- #4259 consistent warning docs in `bsc -warn-help`
21+
- #4251 remove String.prototype.polyfill
22+
- #4250 adding `-unboxed-types` option (where @unboxed attribute may not be needed)
23+
- #4217 make compiler int64 encoding agnostic
324

425
# 7.2
526
- #4211 #4210 optimize int64 performance, Int64.to_string (10x faster), Int64.neg etc

0 commit comments

Comments
 (0)