Skip to content

12.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@fhammerschmidt fhammerschmidt released this 22 Aug 22:18
· 36 commits to master since this release
d9bfbc8

🚀 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

💅 Polish

  • Allow skipping the leading pipe in variant definition with a leading constructor with an attribute. #7782
  • Better error message (and recovery) when using a keyword as a record field name. #7784