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 eb0d20b commit 64baffeCopy full SHA for 64baffe
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 1.6.3 Maintenance Release
2
+
3
+- Fix es5 build and polyfills to enable test suite to (mostly) run in Nashorn (PR #288)
4
+- Extra polyfill required for running jsonata-es5.js in IE 11 (PR #289)
5
6
#### 1.6.2 Maintenance Release
7
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.6.2",
+ "version": "1.6.3",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments