File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments