File tree 2 files changed +9
-1
lines changed
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
+
1
9
#### 1.4.1 Maintenance Release
2
10
3
11
- 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 1
1
{
2
2
"name" : " jsonata" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.5.0 " ,
4
4
"description" : " JSON query and transformation language" ,
5
5
"module" : " jsonata.js" ,
6
6
"main" : " jsonata-es5.js" ,
You can’t perform that action at this time.
0 commit comments