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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
-`rescript-tools doc` no longer includes shadowed bindings in its output. https://github.com/rescript-lang/rescript/pull/7497
25
25
- Treat `throw` like `raise` in analysis. https://github.com/rescript-lang/rescript/pull/7521
26
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
27
+
- Don't produce duplicate type definitions for recursive types on hover. https://github.com/rescript-lang/rescript/pull/7524
27
28
28
29
#### :nail_care: Polish
29
30
@@ -35,6 +36,7 @@
35
36
- Remove deprecated pipe last (`|>`) syntax. https://github.com/rescript-lang/rescript/pull/7512
36
37
- Improve error message for pipe (`->`) syntax. https://github.com/rescript-lang/rescript/pull/7520
37
38
- Improve a few error messages around various subtyping issues. https://github.com/rescript-lang/rescript/pull/7404
39
+
- Refactor the ast for record expressions and patterns. https://github.com/rescript-lang/rescript/pull/7528
38
40
- Editor: add completions from included modules. https://github.com/rescript-lang/rescript/pull/7515
0 commit comments