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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,21 @@
20
20
21
21
- Add markdown divider between module doc and module type in hover information. https://github.com/rescript-lang/rescript/pull/7775
22
22
- Show docstrings before type expansions on hover. https://github.com/rescript-lang/rescript/pull/7774
23
+
- Autocomplete (and improved hovers) for first-class module unpacks. https://github.com/rescript-lang/rescript/pull/7780
23
24
24
25
#### :bug: Bug fix
25
26
26
27
- Preserve `@as(...)` decorator on record fields when creating interface. https://github.com/rescript-lang/rescript/pull/7779
28
+
- Fix parse error with nested record types and attributes on the field name that has the nested record type. https://github.com/rescript-lang/rescript/pull/7781
29
+
- Fix ppx resolution with package inside monorepo. https://github.com/rescript-lang/rescript/pull/7776
27
30
28
31
#### :memo: Documentation
29
32
30
33
#### :nail_care: Polish
31
34
35
+
- Allow skipping the leading pipe in variant definition with a leading constructor with an attribute. https://github.com/rescript-lang/rescript/pull/7782
36
+
- Better error message (and recovery) when using a keyword as a record field name. https://github.com/rescript-lang/rescript/pull/7784
0 commit comments