Skip to content

v0.20.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 11:49
9118912

Release created on: 30.12.2022 - 11:49:20

New Features

  • Added properties AlternativeLabel and NormalizedAlternativeLabel to GenerateBranch.
  • Added Index method to IfGenerateStatement.

Changes

  • Updated News section "Dec. 2022".
  • Reordered classes (design units) in module.
  • Moved _instantiations, _generates and _hierarchy to ConcurrentStatements.
  • Moved IndexArchitecture to ConcurrentStatements and renamed it to Index.
  • Added enum documentation for EntityClass and PossibleReference.

Bug Fixes

  • Added missing parameters to initializer calls in ConcurrentBlockStatement.
  • Fixed parameter order in super-calls for ForLoopStatement and WhileLoopStatement.