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
+4-3
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,21 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
-
# 11.0.0-rc.8 (Unreleased)
13
+
# 11.0.0-rc.8
14
14
15
15
#### :rocket: New Feature
16
+
16
17
- Add support for type coercion for invariant type arguments such as array payloads. https://github.com/rescript-lang/rescript-compiler/pull/6518
17
18
- Start treating `rescript` command the same as the `rescript build` command, so now you can do `rescript -w`. https://github.com/rescript-lang/rescript-compiler/pull/6524
18
19
19
20
#### :bug: Bug Fix
20
21
21
-
- Fix accidental removal of `Belt.Result.Ok` and `Belt.Result.Error` constructors in rc.5 https://github.com/rescript-lang/rescript-compiler/pull/6514
22
+
- Fix accidental removal of `Belt.Result.Ok` and `Belt.Result.Error` constructors in rc.5.https://github.com/rescript-lang/rescript-compiler/pull/6514
22
23
- Add missing check that the runtime representation of variants matches implementation and interface. https://github.com/rescript-lang/rescript-compiler/pull/6513/files
23
24
- GenType: only export types (not values) from module types. https://github.com/rescript-lang/rescript-compiler/pull/6516
24
25
- Fix compiler crash with unboxed variant definition with only 1 constructor. https://github.com/rescript-lang/rescript-compiler/pull/6523
25
26
- GenType: support mutual recursive types inside modules. https://github.com/rescript-lang/rescript-compiler/pull/6528
26
-
- Workaround for `@as`in labels in uncurried externals, which was broken. https://github.com/rescript-lang/rescript-compiler/pull/6527
27
+
- Workaround for `@as`in labels in uncurried externals, which was broken. https://github.com/rescript-lang/rescript-compiler/pull/6527
0 commit comments