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 05c148a commit f957613Copy full SHA for f957613
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+#### 1.6.4 Maintenance Release
2
+
3
+- Fix performance regression (PR #292)
4
+- Fix bug in `$each` function (PR #293)
5
6
#### 1.6.3 Maintenance Release
7
8
- Fix es5 build and polyfills to enable test suite to (mostly) run in Nashorn (PR #288)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.6.3",
+ "version": "1.6.4",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments