File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ #### 2.0.6 Maintenance Release
2
+
3
+ - Protect __ evaluate_entry and __ evaluate_exit callbacks (PR #700 )
4
+ - Add undocumented/private API to hook into when a new frame is created (PR #701 )
5
+ - Note this is internal and may change in a future release.
6
+ - Update typescript defintion (PR #704 )
7
+ - Chain operator should respect array constructor (PR #714 )
8
+
1
9
#### 2.0.5 Maintenance Release
2
10
3
11
- Fix leaking internal references in expressions when using lambdas (issue #691 )
Original file line number Diff line number Diff line change 2
2
3
3
JSON query and transformation language
4
4
5
- [ ![ NPM statistics] ( https://nodei.co/npm/jsonata.png?downloads=true&downloadRank=true )] ( https://nodei.co/npm/jsonata/ )
6
-
7
5
Reference implementation of the [ JSONata query and transformation language] ( http://jsonata.org/ ) .
8
6
9
7
* [ JSONata in 5 minutes] ( https://www.youtube.com/embed/ZBaK40rtIBM )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonata" ,
3
- "version" : " 2.0.5 " ,
3
+ "version" : " 2.0.6 " ,
4
4
"description" : " JSON query and transformation language" ,
5
5
"module" : " jsonata.js" ,
6
6
"main" : " jsonata.js" ,
You can’t perform that action at this time.
0 commit comments