From e898a4d5b46c022e352e12d9bbfabe25aaf8cb9e Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Thu, 24 May 2018 09:35:37 +0100 Subject: [PATCH] update changelog and publish 1.5.4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a25254..a121ac54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b1233ee8..5ad5c1d3 100644 --- a/package.json +++ b/package.json @@ -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",