We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d8a7b commit aac3f95Copy full SHA for aac3f95
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v6.2.0
4
+
5
+- Fixed an issue where if the first value of a `$eq` operation was null or undefined it did not always return false.
6
7
## v6.1.0
8
9
- Added support for arrays of objects in array operations.
package.json
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/statemachine-parser",
- "version": "6.1.0",
+ "version": "6.2.0",
"description": "IOI state machine conditional parser.",
"main": "build/index-cjs.js",
"module": "build/index.js",
0 commit comments