Skip to content

Commit 58cde4d

Browse files
committed
add changes
1 parent 8332217 commit 58cde4d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Changes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
`*` means potential break changes
2+
# 8.2
3+
4+
- #4570 refine purity analysis so that object literals in raw will be considered pure
5+
6+
- #4573, #4565, #4559, #4558, #4556, #4554, #4553, #4550 introudce string literal types
7+
8+
- #4548 #4555 fix ghost locaption in empty array
9+
10+
- #4540 optimize code generation for recursive modules
11+
- #4530 internal -color option default to always
12+
13+
- #4569 emit a warning for use of ``( [ `a| `b] [@bs.string]) `` since it is no longer needed
14+
- #4531 better generated js code for belt
15+
- #4526 add `bsc -fmt file` option, format into the new syntax
16+
- #4495 enable newish es syntax in raw
17+
18+
- #4491, #4492, #4493 fix a bug when printing a single object literal as statement, optimize this case into a nop
19+
20+
- #4482, #4480 disable user to redefine `unit`, `true`, `false`
21+
- #4474 #4465 [reactjs] add support for ref argument inside of React.forwardRef type applciations
22+
- #4473 adding an experimental new syntax
23+
- #4470 tweak error message for not found record fields/constructors
24+
25+
* bug fixes
26+
- #4524, #4519 fix an inlining bug
27+
- #4505 #4502, fix bad error message in bsb -bla
28+
29+
* internal
30+
- #4497 #4507, #4516 compiler performance improvement
31+
32+
233
# 8.0
334

435
* Code generation

0 commit comments

Comments
 (0)