Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 11:29
9ddc827

Created on: 17.06.2021 - 11:29:49

New Features

  • Added symbols (unresolved symbolic names to existing model entities).
  • Add type aliases including Expression.

Changes

  • Renamings:
    • LibraryReference to LibraryStatement.
    • PackageReference to UseStatement.
    • ContextReference to ContextStatement.
    • Expression to BaseExpression.

Bug Fixes

  • Missing calls to parent method.