hisma 0.2.0+1 hisma: ^0.2.0+1 copied to clipboard
Provides a declarative hierarchical state machine implementation that loosely follows the UML State Machine specification.
0.2.0+1 #
- DOCS: Improved feature overview section.
- DOCS: Added GitHub column to hisma packages tables.
0.2.0 #
Note: This release has breaking changes.
- FIX: Inactive machine shall not be shown by getActiveStateRecursive().
- FIX: EntryPoint to EntryPoint.
- DOCS: Changed EntryPoint/ExitPoint documentation according to #4.
- DOCS: Added example for EntryPoint transitions.
- BREAKING FEAT: Guard method got machine & data parameters #13.
- BREAKING FEAT: Added transitions to EntryPoints per #4.
0.1.1+2 #
- DOCS: Fixed relative links to other packages.
0.1.1 #
- FIX: Renamed hisma_vis_server.dart to visma.dart and added dart docs to library declarations.
- FEAT: Initial commit on GitHub.
- DOCS: Added references to Dart and Flutter.
- DOCS: Changed warning to disclaimer.
- DOCS: Small change in the help needed section of hisma package README.md.
- DOCS: Moved next steps and help needed section to hisma package README.md.
0.1.0 #
- Initial development release.