10.0.0-beta.1 (2026-02-24)
Bug Fixes
- node runtime array buffer fix (5b95106)
Features
- remove pako package and replace with native and faster CompressionStream, update TS 5.9 (75b8226)
BREAKING CHANGES
- Account no longer extends Provider. Provider methods must now be accessed via account.provider property.
Changes:
- Account uses composition instead of inheritance
- Add plugin system to replace ts-mixer
- Update all tests to use account.provider.xyz()
- Create migration guide and plugin documentation