Skip to content

Tags: artcom/hsm-js

Tags

v0.9.4

Toggle v0.9.4's commit message
Updated to version 0.9.4

Bugfixes:
- corrected handling of internal transition.
- checks all transition attributes properly
- does nothing when the internal transision has been defined ambiguously
- added tests for that case

v0.9.3

Toggle v0.9.3's commit message
Corrected logging of internal transition.

v0.9.2

Toggle v0.9.2's commit message
transitions between arbitrary states are now supported. This caused a…

… slight API change, where it makes sense that all callbacks get the source and target states for the current transition (since they can no longer be known implicitly). While doing this, the 'next' property of handlers was renamed 'target' for consistency.

v0.9.1

Toggle v0.9.1's commit message
Added support for guards

v0.9.0

Toggle v0.9.0's commit message
ported all tests to buster