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 6e6abba commit 462061fCopy full SHA for 462061f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+#### 1.8.3 Maintenance Release
2
+
3
+- Remove incomplete polyfill for `Array.from()` (issue #432)
4
+- Fix `$not` to return empty sequence for missing inputs (issue #433)
5
+- Fix RangeError (stack overflow) when querying very large objects (issue #434)
6
7
#### 1.8.2 Maintenance Release
8
9
- Fix bug with regex usage in partially applied functions (issue #427)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.8.2",
+ "version": "1.8.3",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments