Skip to content

Commit 6f1fc88

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
Release v2.0.6
Signed-off-by: Andrew Coleman <[email protected]>
1 parent b9df3e4 commit 6f1fc88

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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)

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
JSON query and transformation language
44

5-
[![NPM statistics](https://nodei.co/npm/jsonata.png?downloads=true&downloadRank=true)](https://nodei.co/npm/jsonata/)
6-
75
Reference implementation of the [JSONata query and transformation language](http://jsonata.org/).
86

97
* [JSONata in 5 minutes](https://www.youtube.com/embed/ZBaK40rtIBM)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)