reacton 0.2.0
reacton: ^0.2.0 copied to clipboard
A novel reactive graph engine for Dart. Fine-grained state management with reactons, computed values, effects, state branching, time-travel, and more.
0.2.0 #
- New:
VersionedJsonSerializer<T>— first-class persistence migrations with embedded schema version (_v), ordered migrations, and explicit errors for missing steps or downgrades. Legacy unversioned data is treated as version0.
0.1.2 #
- Maintenance release with version bump
0.1.1 #
- Add example file for pub.dev scoring
- Update dependencies to latest compatible versions
- Fix static analysis warnings in documentation comments
0.1.0 #
- Initial release