File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 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+
19#### 2.0.5 Maintenance Release
210
311- Fix leaking internal references in expressions when using lambdas (issue #691 )
Original file line number Diff line number Diff line change 22
33JSON query and transformation language
44
5- [ ![ NPM statistics] ( https://nodei.co/npm/jsonata.png?downloads=true&downloadRank=true )] ( https://nodei.co/npm/jsonata/ )
6-
75Reference implementation of the [ JSONata query and transformation language] ( http://jsonata.org/ ) .
86
97* [ JSONata in 5 minutes] ( https://www.youtube.com/embed/ZBaK40rtIBM )
Original file line number Diff line number Diff line change 11{
22 "name" : " jsonata" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "description" : " JSON query and transformation language" ,
55 "module" : " jsonata.js" ,
66 "main" : " jsonata.js" ,
You can’t perform that action at this time.
0 commit comments