Skip to content

Commit a753f42

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
update changelog and publish v1.5
1 parent 40402d8 commit a753f42

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### 1.5.0 Milestone Release
2+
3+
- Restructured the entire test suite to be implementation language agnostic (PR #122)
4+
- Provide es5 as main entry point, es6 as module entry point (PR #106)
5+
- Added Typescript definitions to package (PR #114)
6+
- Changes to how 'singleton sequences' are handled (issue #93)
7+
- Unary negation of undefined (no match) should return undefined (issue #99)
8+
19
#### 1.4.1 Maintenance Release
210

311
- Object transformation syntax should work with arrays of objects as well as objects (issue #94)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonata",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "JSON query and transformation language",
55
"module": "jsonata.js",
66
"main": "jsonata-es5.js",

0 commit comments

Comments
 (0)