Skip to content

Release 1.5.8

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 15:55

Changelog

1.5.8

  • Bugfix: Fixed issue where result of ExprOf with functionType was annotated as not callable
  • Bugfix: var keyword in enum extractors where marked as error by the parser.
  • Bugfix: Optional fields in typedefs where not always treated as optional. (#1181)
  • Bugfix: Fixed default SDK issue (reported by jetbrains)
  • Bugfix: Fixed issue where resolver would resolve incorrect extension method.
  • Bugfix: inheritance search was checking object literals (#1182)
  • Bugfix: fixed issue where TypeParameters where not properly propagated to subclass members.
  • improvement: Better type resolve for members in object literals
  • improvement: Better error messages when object literals does not match assigned type.