Skip to content

Commit

Permalink
update changelog and publish 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-coleman authored and mattbaileyuk committed Mar 28, 2018
1 parent 9c1e7d7 commit 7e94c04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 1.5.3 Maintenance Release

- `$formatNumber` should use `zero-digit` character for padding (issue #161)
- Handle undefined inputs in `$formatNumber` (issue #165)
- Handle surrogate pairs as single char in string functions (issue #156)
- Throw error if multiple group-by expressions evaluate to same key (issue #163)

#### 1.5.2 Maintenance Release

- Enforce consistent syntax error when attempting to use unquoted numeric property names (issue #147)
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.2",
"version": "1.5.3",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata-es5.js",
Expand Down

0 comments on commit 7e94c04

Please sign in to comment.