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 a14076f commit 6cf6c6dCopy full SHA for 6cf6c6d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 1.2.5 Maintenance Release
2
+
3
+- Fix $base64encode and $base64decode functions in the browser
4
5
#### 1.2.4 Maintenance Release
6
7
- Fix an issue running in IE11 and phantom.js (#58)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.2.4",
+ "version": "1.2.5",
"description": "JSON query and transformation language",
"main": "jsonata.js",
"homepage": "http://jsonata.org/",
0 commit comments