Skip to content

Commit

Permalink
Release v2.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Coleman <[email protected]>
  • Loading branch information
andrew-coleman authored and mattbaileyuk committed Nov 29, 2024
1 parent b9df3e4 commit 6f1fc88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 2.0.6 Maintenance Release

- Protect __evaluate_entry and __evaluate_exit callbacks (PR #700)
- Add undocumented/private API to hook into when a new frame is created (PR #701)
- Note this is internal and may change in a future release.
- Update typescript defintion (PR #704)
- Chain operator should respect array constructor (PR #714)

#### 2.0.5 Maintenance Release

- Fix leaking internal references in expressions when using lambdas (issue #691)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

JSON query and transformation language

[![NPM statistics](https://nodei.co/npm/jsonata.png?downloads=true&downloadRank=true)](https://nodei.co/npm/jsonata/)

Reference implementation of the [JSONata query and transformation language](http://jsonata.org/).

* [JSONata in 5 minutes](https://www.youtube.com/embed/ZBaK40rtIBM)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonata",
"version": "2.0.5",
"version": "2.0.6",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
Expand Down

0 comments on commit 6f1fc88

Please sign in to comment.