Skip to content

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:52
5724f86

Release created on: 25.02.2025 - 22:00:53

New Features

  • Added property AllowBlackbox on Design, Library, Package and Component.
    • Only raise a blackbox exception if allow blackbox is false.
  • Added readonly property IsBlackbox in components.
  • Added InterfacePackage class.
  • Added ArrayConstraint and RecordConstraint.
  • Added ConstrainedCompositeSubtypeSymbol, ConstrainedArraySubtypeSymbol and ConstrainedRecordSubtypeSymbol

Changes

  • Bumped dependencies.

Bug Fixes

  • Fixed GenericPackageInterfaceItem.

Documentation

  • Added more doc-strings.

Unit Tests

  • Added tests for AllowBlackbox.