- chore: Control class visibility from outside the package
- chore: downgrade meta package version to 1.15.0
- fix: Fixed that AfterSideEffectCreator and FinallySideEffectCreator was treating the state after transition as prevState.
- fix: Block duplicate call state and on method logic
- Initial release.
- Updated the version to 1.0.0.
- Removed
validTransition
from the arguments of theexecute
method ofAfterSideEffect
.- This is because
validTransition
is no longer needed as it is received via the constructor fromSideEffectCreator
.
- This is because
- Improved documentation and other maintenance tasks.
- Initial version.