Skip to content

Commit

Permalink
Prepare for 12.0.0-alpha.5 release (rescript-lang#7166)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Nov 21, 2024
1 parent a935b5d commit 8fbe2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
> - :house: [Internal]
> - :nail_care: [Polish]
# 12.0.0-alpha.5 (Unreleased)
# 12.0.0-alpha.5

#### :rocket: New Feature

Expand All @@ -26,7 +26,7 @@

- Improve code generation for pattern matching of untagged variants. https://github.com/rescript-lang/rescript-compiler/pull/7128
- 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
- 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
- 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
- Improve pattern matching on optional fields. https://github.com/rescript-lang/rescript-compiler/pull/7143 https://github.com/rescript-lang/rescript-compiler/pull/7144
- Optimize compilation of switch statements for untagged variants when there are no literal cases. https://github.com/rescript-lang/rescript-compiler/pull/7135
- Further improve boolean optimizations. https://github.com/rescript-lang/rescript-compiler/pull/7149
Expand Down

0 comments on commit 8fbe2b0

Please sign in to comment.