You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
-
# 12.0.0-alpha.5 (Unreleased)
13
+
# 12.0.0-alpha.5
14
14
15
15
#### :rocket: New Feature
16
16
@@ -26,7 +26,7 @@
26
26
27
27
- Improve code generation for pattern matching of untagged variants. https://github.com/rescript-lang/rescript-compiler/pull/7128
28
28
- 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
29
-
-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
29
+
-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
30
- Improve pattern matching on optional fields. https://github.com/rescript-lang/rescript-compiler/pull/7143https://github.com/rescript-lang/rescript-compiler/pull/7144
31
31
- Optimize compilation of switch statements for untagged variants when there are no literal cases. https://github.com/rescript-lang/rescript-compiler/pull/7135
32
32
- Further improve boolean optimizations. https://github.com/rescript-lang/rescript-compiler/pull/7149
0 commit comments