We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a2bfa commit 8e4abd8Copy full SHA for 8e4abd8
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+#### 1.8.6 Maintenance Release
2
+
3
+- Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546)
4
+- Fix error when converting empty array to an object (issue #547)
5
+- Fix Buffer deprecation warning (PR #560)
6
7
#### 1.8.5 Maintenance Release
8
9
- Fix regression with singleton sequence of array type (issue #462)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.8.5",
+ "version": "1.8.6",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments