Skip to content

Commit ac5f8b0

Browse files
committed
CHANGELOG
1 parent fa39d1c commit ac5f8b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
- Introduce "Unified operators" for arithmetic operators (`+`, `-`, `*`, `/`, `mod`). https://github.com/rescript-lang/rescript-compiler/pull/7057
1818
- Add remainder (`%`, aka modulus) operator. https://github.com/rescript-lang/rescript-compiler/pull/7152
1919

20-
2120
#### :bug: Bug fix
21+
2222
- Fix and clean up boolean and/or optimizations. https://github.com/rescript-lang/rescript-compiler/pull/7134 https://github.com/rescript-lang/rescript-compiler/pull/7151
2323

2424
#### :nail_care: Polish
25+
2526
- Improve code generation for pattern matching of untagged variants. https://github.com/rescript-lang/rescript-compiler/pull/7128
2627
- Improve negation handling in combination with and/or to simplify generated code (especially coming out of pattern matching). https://github.com/rescript-lang/rescript-compiler/pull/7138
2728
- optimize JavaScript code generation by using x == null checks and improving type-based optimizations for string/number literals. https://github.com/rescript-lang/rescript-compiler/pull/7141
@@ -30,6 +31,9 @@
3031
- Further improve boolean optimizations. https://github.com/rescript-lang/rescript-compiler/pull/7149
3132
- Simplify code generated for conditionals. https://github.com/rescript-lang/rescript-compiler/pull/7151
3233

34+
#### :house: Internal
35+
36+
- Move rescript-editor-analysis and rescript-tools into compiler repo. https://github.com/rescript-lang/rescript-compiler/pull/7000
3337

3438
# 12.0.0-alpha.4
3539

@@ -61,6 +65,7 @@
6165
- Fix genType JSX component compilation. https://github.com/rescript-lang/rescript-compiler/pull/7107
6266

6367
#### :nail_care: Polish
68+
6469
- Add some context to error message for unused variables. https://github.com/rescript-lang/rescript-compiler/pull/7050
6570
- Improve error message when passing `children` prop to a component that doesn't accept it. https://github.com/rescript-lang/rescript-compiler/pull/7044
6671
- Improve error messages for pattern matching on option vs non-option, and vice versa. https://github.com/rescript-lang/rescript-compiler/pull/7035
@@ -71,7 +76,6 @@
7176
- Provide additional context in error message when `unit` is expected. https://github.com/rescript-lang/rescript-compiler/pull/7045
7277
- Improve error message when passing an object where a record is expected. https://github.com/rescript-lang/rescript-compiler/pull/7101
7378

74-
7579
#### :house: Internal
7680

7781
- Remove uncurried flag from bsb. https://github.com/rescript-lang/rescript-compiler/pull/7049

0 commit comments

Comments
 (0)