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
- Add `Array.findLast`, `Array.findLastWithIndex`, `Array.findLastIndex`, `Array.findLastIndexWithIndex` and `Array.findLastIndexOpt`. https://github.com/rescript-lang/rescript/pull/7503
19
19
- Add `options` argument to `Console.dir`. https://github.com/rescript-lang/rescript/pull/7504
20
+
- Show variant constructor's inline record types on hover. https://github.com/rescript-lang/rescript/pull/7519
20
21
21
22
#### :bug: Bug fix
22
23
23
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
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
24
27
25
28
#### :nail_care: Polish
26
29
27
30
- Suggest awaiting promise before using it when types mismatch. https://github.com/rescript-lang/rescript/pull/7498
28
31
- Complete from `RegExp` stdlib module for regexes. https://github.com/rescript-lang/rescript/pull/7425
29
32
- Allow oneliner formatting when including module with single type alias. https://github.com/rescript-lang/rescript/pull/7502
30
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
34
+
- Show in error messages when coercion can be used to fix a type mismatch. https://github.com/rescript-lang/rescript/pull/7505
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
31
38
- Editor: add completions from included modules. https://github.com/rescript-lang/rescript/pull/7515
0 commit comments