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 1eed9ce commit b1e40ebCopy full SHA for b1e40eb
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+#### 1.8.4 Maintenance Release
2
+
3
+- Fix bug in `$eval` when second arg is an empty array (issue #463)
4
+- Fix bug in `toMillis()` parsing timezones (issue #477)
5
6
#### 1.8.3 Maintenance Release
7
8
- Remove incomplete polyfill for `Array.from()` (issue #432)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.8.3",
+ "version": "1.8.4",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments