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 a1a9565 commit 6c5ac50Copy full SHA for 6c5ac50
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 1.4.1 Maintenance Release
2
+
3
+- Object transformation syntax should work with arrays of objects as well as objects (issue #94)
4
5
#### 1.4.0 Milestone Release
6
7
- New object transformation syntax `~> |...|...|` (issue #70)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "JSON query and transformation language",
"main": "jsonata.js",
"homepage": "http://jsonata.org/",
0 commit comments