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 57a8464 commit eb29e2cCopy full SHA for eb29e2c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+#### 1.6.5 Maintenance Release
2
+
3
+- Fix concurrency bug in chain operator (issue #335)
4
+- Fix flattening login in map operator (issue #314)
5
+- Fix message inserts for errors thrown in function bodies (issue #297)
6
+- Limit array size allocatable by range operator to ten million entries (issue #240)
7
8
#### 1.6.4 Maintenance Release
9
10
- Fix performance regression (PR #292)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.6.4",
+ "version": "1.6.5",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments