Skip to content

Commit

Permalink
update changelog and publish v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-coleman authored and mattbaileyuk committed Jan 22, 2018
1 parent 40402d8 commit a753f42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 1.5.0 Milestone Release

- Restructured the entire test suite to be implementation language agnostic (PR #122)
- Provide es5 as main entry point, es6 as module entry point (PR #106)
- Added Typescript definitions to package (PR #114)
- Changes to how 'singleton sequences' are handled (issue #93)
- Unary negation of undefined (no match) should return undefined (issue #99)

#### 1.4.1 Maintenance Release

- Object transformation syntax should work with arrays of objects as well as objects (issue #94)
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.4.1",
"version": "1.5.0",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata-es5.js",
Expand Down

0 comments on commit a753f42

Please sign in to comment.