We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76324d7 commit 5e068a8Copy full SHA for 5e068a8
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v4.3.0
4
+
5
+- Fixed inconsistent getting and setting behavior as a result of the last patch.
6
+- Added new documentation, and improved existing documentation.
7
+- Renamed `$gte` and `$lte` to `$ge` and `$le` to be consistent with the usage of the game.
8
9
## v4.2.0
10
11
- `$pushunique` can now be used as a condition.
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "4.2.0",
+ "version": "4.3.0",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments