Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 14:42
· 2 commits to main since this release

⚠ BREAKING CHANGES

While we aim to minimize breaking changes through deprecation notices, some changes were necessary to improve the architecture and usability of the library.

NOTE: We highly recommend reviewing the migration guide for detailed migration paths, as well as the updated usage documentation.

Feature

  • V2 - leveraging new AlgoKit interfaces and support for algokit-utils-py v3 (#33) (de55aae)

Fix

  • Update to latest utils to fix state key name normalization issues similarly to utils-ts (#43) (f7f9078)
  • Correcting the ignore declaration for a more appropriate mypy global ignore (#41) (83a3836)
  • Disable mypy for end user; keep selective ignores for local examples (#40) (7755be2)
  • Minor patches in dataclass inheritance; fixes for mypy errors; addressing internal feedback (#37) (82a1a1c)
  • Ensure nested dataclasses in state accessors are loaded properly (#36) (58f13aa)
  • Extra section in migration for state access; adding @Property decorator for direct state access (#35) (e8b49e5)

Breaking

  • Generator overhaul with ARC-56 support and TypeScript alignment (de55aae)

Documentation

  • Patch typo; ignore cd on changes in docs folder only (#42) (0034c28)