Skip to content

Release 1.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 20:46

Changelog

1.5.2

  • Fixed: Methods and properties in module scope are now resolved correctly.
  • Fixed: Issue with reification parsing
  • Fixed: Issue parsing switchCaseExtractors in objectLiterals
  • Fixed: Issue with Enum unification
  • Fixed: Issue where try-catch valueExpressions was not correctly evaluated
  • Fixed: Typedefs are now fully resolved to find Enum values from modules imported using using statements
  • Fixed: Incorrect type parameter use in some cases where Method typeParameter and classParameter was the same name.