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
+7-5
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,18 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
-
# 11.0.0-beta.3 (Unreleased)
13
+
# 11.0.0-beta.3
14
14
15
15
#### :rocket: New Feature
16
+
16
17
- Untagged variants: consider regexp as an object type. https://github.com/rescript-lang/rescript-compiler/pull/6296
17
-
- Semantic-based optimization of code generated for untagged variants https://github.com/rescript-lang/rescript-compiler/issues/6108
18
-
- Record type spreads: Allow using type variables in type spreads. Both uninstantiated and instantiated ones https://github.com/rescript-lang/rescript-compiler/pull/6309
19
-
- Variants: Allow coercing variants to string/int/float when applicable https://github.com/rescript-lang/rescript-compiler/pull/6311
18
+
- Semantic-based optimization of code generated for untagged variants.https://github.com/rescript-lang/rescript-compiler/issues/6108
19
+
- Record type spreads: Allow using type variables in type spreads. Both uninstantiated and instantiated ones.https://github.com/rescript-lang/rescript-compiler/pull/6309
20
+
- Variants: Allow coercing variants to string/int/float when applicable.https://github.com/rescript-lang/rescript-compiler/pull/6311
20
21
21
22
#### :bug: Bug Fix
22
-
- Fix issue where dynamic import of module in the expression https://github.com/rescript-lang/rescript-compiler/pull/6310
23
+
24
+
- Fix issue with dynamic import of modules in expressions. https://github.com/rescript-lang/rescript-compiler/pull/6310
0 commit comments