12.0.0-beta.7
Pre-release
Pre-release
·
36 commits
to master
since this release
🚀 New Feature
- Add markdown divider between module doc and module type in hover information. #7775
- Show docstrings before type expansions on hover. #7774
- Autocomplete (and improved hovers) for first-class module unpacks. #7780
🐛 Bug fix
- Preserve
@as(...)
decorator on record fields when creating interface. #7779 - Fix parse error with nested record types and attributes on the field name that has the nested record type. #7781
- Fix ppx resolution with package inside monorepo. #7776
- Fix 'Unbound module type' errors that occurred when trying to async import modules. #7783