⚠ 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
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
)