Skip to content

Release 1.4.25

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 00:30

Changelog

1.4.25

  • Improved: how function types where resolved
  • Improved: how call expressions with function types where checked.
  • Fixed: now resolving values from Null and typeDef when checking if field is callable
  • Fixed: typedefs of function types should now resolve correctly
  • Fixed: Introduce variable feature for introduce key-value intention
  • Fixed: Issue where members of anonymous structures using type-parameters did not resolve.
  • Added: Suggest enum values for case completion in switch blocks.