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 9dfe087 commit 7170c10Copy full SHA for 7170c10
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 1.2.6 Maintenance Release
2
+
3
+- fix evaluator when array constructor is the first step in a path expression (issue #63)
4
5
#### 1.2.5 Maintenance Release
6
7
- Fix $base64encode and $base64decode functions in the browser
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.2.5",
+ "version": "1.2.6",
"description": "JSON query and transformation language",
"main": "jsonata.js",
"homepage": "http://jsonata.org/",
0 commit comments