Skip to content

Commit

Permalink
update changelog and publish 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-coleman authored and mattbaileyuk committed May 24, 2018
1 parent 7e8e372 commit e898a4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 1.5.4 Maintenance Release

- Fully test and fix bugs in async mode (PR #219)
- Publish Typescript definition file (issue #182)
- Numeric precision should be 15 decimal digits, not 13 (issue 194)
- Defining functions for use with `$match` etc. (issue #213)
- Fix regression in `$substring` for negative start position & length (issue #204)
- Fix for 'sort' syntax error (issue #210)
- Various code optimizations (issues #184, #205, #164)
- Add support for node 10.x (PR #228)

#### 1.5.3 Maintenance Release

- `$formatNumber` should use `zero-digit` character for padding (issue #161)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonata",
"version": "1.5.3",
"version": "1.5.4",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata-es5.js",
Expand Down

0 comments on commit e898a4d

Please sign in to comment.