We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42497c commit fb4ccf3Copy full SHA for fb4ccf3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v5.9.0
4
+
5
+- Timers are now properly cleared on state transition.
6
+- Timers are now handled first before anything else.
7
8
## v5.8.0
9
10
- Context is only read from if a reference is prepended with a `$`.
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "5.8.0",
+ "version": "5.9.0",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments