Skip to content

Commit

Permalink
chore(release): 16.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.9.0](v16.8.0...v16.9.0) (2024-06-17)

### Bug Fixes

* **json-expression:** 🐛 evaluate prop expressions ([9eb2035](9eb2035))

### Features

* **json-expression:** 🎸 add JSON Patch add "jp.add" implementation ([2bbe3cd](2bbe3cd))
* **json-expression:** 🎸 implement "o.set" operator ([bd05779](bd05779))
* **json-expression:** 🎸 implement object "o.del" operator ([20c7aff](20c7aff))
* **json-expression:** 🎸 prevent protoptype chain mutation in "o.set" ([b676b55](b676b55))

### Performance Improvements

* **json-expression:** ⚡️ pre-cast Literals to string ([84c5aeb](84c5aeb))
  • Loading branch information
semantic-release-bot committed Jun 17, 2024
1 parent fd2d03a commit ade80de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [16.9.0](https://github.com/streamich/json-joy/compare/v16.8.0...v16.9.0) (2024-06-17)


### Bug Fixes

* **json-expression:** 🐛 evaluate prop expressions ([9eb2035](https://github.com/streamich/json-joy/commit/9eb20352baf17286b3b7fff5f87f429d60382c7d))


### Features

* **json-expression:** 🎸 add JSON Patch add "jp.add" implementation ([2bbe3cd](https://github.com/streamich/json-joy/commit/2bbe3cddb25de9df79a7b19459542a8fbd6183bf))
* **json-expression:** 🎸 implement "o.set" operator ([bd05779](https://github.com/streamich/json-joy/commit/bd05779782546e73ed8f04f90926f0163513c458))
* **json-expression:** 🎸 implement object "o.del" operator ([20c7aff](https://github.com/streamich/json-joy/commit/20c7affc307974b359902c6d136870deee77d871))
* **json-expression:** 🎸 prevent protoptype chain mutation in "o.set" ([b676b55](https://github.com/streamich/json-joy/commit/b676b55f982919deb861231e72b00ad2e51bdc1e))


### Performance Improvements

* **json-expression:** ⚡️ pre-cast Literals to string ([84c5aeb](https://github.com/streamich/json-joy/commit/84c5aebff1e24aa98287ced3eebcb3086ebd49cb))

# [16.8.0](https://github.com/streamich/json-joy/compare/v16.7.0...v16.8.0) (2024-06-08)


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": "json-joy",
"version": "16.8.0",
"version": "16.9.0",
"description": "Collection of libraries for building collaborative editing apps.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit ade80de

Please sign in to comment.