Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 07:23
647afcf

Created on: 29.06.2021 - 07:23:21

New Features

  • Added enumerations EntityClass and PossibleReference.
  • Added AnonymousType.
  • Added more initializers.

Changes

  • Reworked symbols.
  • Rework class hierarchy of BaseType, Type, FullType, ...
  • Renamed enumeration Class to ObjectClass.
  • Renamed _?[nN]ame: str to _?[iI]dentifier: str.
  • Renamed WithDefaultExpression to WithDefaultExpressionMixin

Bugfixes

  • Fixed MRO
  • Moved FunctionCall from UnaryExpression to BaseExpression.