Skip to content

Commit 462061f

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
release v1.8.3
Signed-off-by: andrew-coleman <[email protected]>
1 parent 6e6abba commit 462061f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
#### 1.8.2 Maintenance Release
28

39
- Fix bug with regex usage in partially applied functions (issue #427)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonata",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "JSON query and transformation language",
55
"module": "jsonata.js",
66
"main": "jsonata.js",

0 commit comments

Comments
 (0)