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 33bb565 commit d9bbcceCopy full SHA for d9bbcce
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+#### 1.8.5 Maintenance Release
2
+
3
+- Fix regression with singleton sequence of array type (issue #462)
4
+- Correctly handle empty array input to group expression (issue #527)
5
+- Fix bug with outer array when evaluating wildcard (issue #495)
6
7
#### 1.8.4 Maintenance Release
8
9
- Fix bug in `$eval` when second arg is an empty array (issue #463)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.8.4",
+ "version": "1.8.5",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments