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
- Fix `index out of bounds` exception thrown in rare cases by `rescript-editor-analysis.exe codeAction` command. https://github.com/rescript-lang/rescript/pull/7523
26
27
27
28
#### :nail_care: Polish
@@ -31,7 +32,9 @@
31
32
- Allow oneliner formatting when including module with single type alias. https://github.com/rescript-lang/rescript/pull/7502
32
33
- 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
33
34
- Show in error messages when coercion can be used to fix a type mismatch. https://github.com/rescript-lang/rescript/pull/7505
34
-
- Remove deprecated pipe last (|>) syntax. https://github.com/rescript-lang/rescript/pull/7512
35
+
- Remove deprecated pipe last (`|>`) syntax. https://github.com/rescript-lang/rescript/pull/7512
36
+
- Improve error message for pipe (`->`) syntax. https://github.com/rescript-lang/rescript/pull/7520
37
+
- Improve a few error messages around various subtyping issues. https://github.com/rescript-lang/rescript/pull/7404
0 commit comments