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 91bba67 commit b8c57f0Copy full SHA for b8c57f0
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 0.9.4
2
+* Fixed https://github.com/MalcolmDwyer/json-predicate/issues/5
3
+ - OR operation with empty apply array now returns true instead of false.
4
+
5
# 0.9.3
6
7
* Fixed https://github.com/MalcolmDwyer/json-predicate/issues/3
package.json
@@ -1,6 +1,6 @@
{
"name": "json-predicate",
- "version": "0.9.3",
+ "version": "0.9.4",
"description": "Javascript implementation of JSON predicate (by Snell)",
"main": "lib/index.js",
"scripts": {
0 commit comments