beat_generator 0.3.1
beat_generator: ^0.3.1 copied to clipboard
A code genrator for beat state management. Heavily inspired by xstate.js.org
0.3.1 #
- FEAT: support
nextEventsanddone.
0.3.0 #
Note: This release has breaking changes.
- BREAKING FEAT:
assigncan be both of sync and async.
0.2.0 #
Note: This release has breaking changes.
- BREAKING FEAT: async assigner.
0.1.4 #
- REFACTOR: change string name to enum.
- FEAT: common beats can be accessed directly.
0.1.3+1 #
- FIX: add condition on when/map helpers.
0.1.3 #
- REFACTOR: separate builders.
- FIX: remove void/Null context field.
- FEAT: Support common state transition (
anytime).
0.1.2+1 #
- FIX: BREAKING CHANGES remove generic from station and add contextType param.
0.1.2 #
- FEAT: Initial support for context.
0.1.1+1 #
- Update a dependency to the latest release.
0.1.1 #
- FEAT: first draft - attach/detach/when/map methods.
0.1.0 #
- Initial version.