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 4446161 commit 3fde233Copy full SHA for 3fde233
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 2.0.5 Maintenance Release
2
+
3
+- JSONata leaks internal references in expression when using lambdas (issue https://github.com/jsonata-js/jsonata/issues/691)
4
5
#### 2.0.4 Maintenance Release
6
7
- Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/676)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments