We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d579db commit 220b45aCopy full SHA for 220b45a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 1.8.7 Maintenance Release
2
+
3
+- Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/681)
4
5
#### 1.8.6 Maintenance Release
6
7
- Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.8.6",
+ "version": "1.8.7",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments