We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad6d8a0 + a31da6c commit e1f1fdaCopy full SHA for e1f1fda
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 7.3.2 / 2026-02-16
2
+ * Mark `Rule.conditions` as `readonly` in TypeScript types (#420, fixes #419)
3
+ * Add `evaluate` method to `Operator` TypeScript type definition (#415)
4
+
5
#### 7.3.1 / 2025-02-20
6
* Upgrade jsonpath-plus to ^10.3.0 to address [CVE in jsonpath-plus](https://security.snyk.io/vuln/SNYK-JS-JSONPATHPLUS-8719585) (#413, #414)
7
package.json
@@ -1,6 +1,6 @@
{
"name": "json-rules-engine",
- "version": "7.3.1",
+ "version": "7.3.2",
"description": "Rules Engine expressed in simple json",
"main": "dist/index.js",
"types": "types/index.d.ts",
0 commit comments