There was an error while loading. Please reload this page.
1 parent f3e15f2 commit 6c7e95fCopy full SHA for 6c7e95f
2 files changed
CHANGELOG.md
@@ -1,4 +1,13 @@
1
+#### 2.2.2 Maintenance Release
2
+
3
+- Update TypeScript type definitions (PR #807)
4
+- Fix `$contains()` when the token is undefined (PR #809)
5
+- Regression looking up keys of an object (PR #814)
6
+- Race condition when $$ used concurrently (PR #816)
7
+- Correctly handle empty joins (PR #817)
8
9
#### 2.2.1 Maintenance Release
10
11
- Prevent object prototype pollution (PR #799)
12
- Wildcards should not unwrap function objects (PR #800)
13
- `$append` should enforce the sequence guardrail limit (PR #801)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "2.2.1",
+ "version": "2.2.2",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments