Skip to content

Latest commit

 

History

History
112 lines (51 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

112 lines (51 loc) · 4.71 KB

Changelog

0.9.0 (2024-11-07)

Features

0.8.0 (2024-09-30)

Features

  • Implement support for rendering through ports (#121) (b4d6bf3)

Bug Fixes

  • Fix topology verification (#123) (f5a62af)
  • Introduce helpers for creating functions consuming QREF objects (#119) (c49efba)

Documentation

  • Add through to available port directions (#122) (2ce612f)

0.7.0 (2024-07-25)

Features

  • Allow more concise definition of connections (#113) (54f963c)
  • Implement accessing ports/children/resources by name (#114) (b2920bd)

Documentation

0.6.2 (2024-07-12)

Bug Fixes

  • Fix incorrect rendering with graphviz (#110) (cc4503f)

0.6.1 (2024-07-12)

Bug Fixes

  • Fix issues with connection validation (#108) (13f0325)

0.6.0 (2024-07-09)

⚠ BREAKING CHANGES

  • Convert local_variables from list of strings to dictionary (#106)

Miscellaneous Chores

Code Refactoring

  • Convert local_variables from list of strings to dictionary (#106) (62697e0)

0.5.0 (2024-06-25)

Features

  • changes visibility of classes and methods in Schemav1, as well as rules for field names (#99) (2f2c4eb)

Documentation

  • Add an example for using rendering module in documentation (#103) (966f67a)

0.4.0 (2024-06-13)

Features

0.3.0 (2024-06-04)

Features

0.2.0 (2024-06-03)

Features

Bug Fixes

Changelog