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-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
#### :bug: Bug fix
23
23
24
24
-`rescript-tools doc` no longer includes shadowed bindings in its output. https://github.com/rescript-lang/rescript/pull/7497
25
+
- Treat `throw` like `raise` in analysis. https://github.com/rescript-lang/rescript/pull/7521
25
26
26
27
#### :nail_care: Polish
27
28
@@ -30,7 +31,9 @@
30
31
- Allow oneliner formatting when including module with single type alias. https://github.com/rescript-lang/rescript/pull/7502
31
32
- Improve error messages for JSX type mismatches, passing objects where record is expected, passing array literal where tuple is expected, and more. https://github.com/rescript-lang/rescript/pull/7500
32
33
- Show in error messages when coercion can be used to fix a type mismatch. https://github.com/rescript-lang/rescript/pull/7505
33
-
- Remove deprecated pipe last (|>) syntax. https://github.com/rescript-lang/rescript/pull/7512
34
+
- Remove deprecated pipe last (`|>`) syntax. https://github.com/rescript-lang/rescript/pull/7512
35
+
- Improve error message for pipe (`->`) syntax. https://github.com/rescript-lang/rescript/pull/7520
36
+
- Improve a few error messages around various subtyping issues. https://github.com/rescript-lang/rescript/pull/7404
0 commit comments