We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df06dc commit c82dd86Copy full SHA for c82dd86
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v5.8.0
4
+
5
+- Context is only read from if a reference is prepended with a `$`.
6
+- Switch statements are now used when handling ops, this means ordering is now respected.
7
8
## v5.7.0
9
10
- Added support for 2 operand `$mul` actions.
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "5.7.0",
+ "version": "5.8.0",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments