Skip to content

2.6.0

Compare
Choose a tag to compare
@razzeee razzeee released this 21 Dec 23:19
· 159 commits to main since this release
  • Start using completion item label description for module name
  • Add completions for destructured record patterns and ports
  • Add function parameter record field completions
  • Don't try to get code actions when there is a top level parsing error
  • Fix move function refactor
  • Fix expose being able to expose the same function multiple times
  • Fix a bug with extract function parameter calculation
  • Fix for reference count of function in a let, with a type annotation.
  • Don't cache operator definitions, fixes a type inference error with Parser.Advanced