Skip to content

Commit c47c57b

Browse files
chore(release): 16.2.0 [skip ci]
# [16.2.0](v16.1.0...v16.2.0) (2024-05-07) ### Bug Fixes * **json-crdt-extensions:** 🐛 improve .getOrNextHigher() ([fdf0744](fdf0744)) ### Features * **json-crdt-extensions:** 🎸 add Overlay.getOrNextHigher() impelemntation ([f3784b0](f3784b0)) * **json-crdt-extensions:** 🎸 display slice behaviors ([eda567d](eda567d)) * **json-crdt-extensions:** 🎸 handle abs end in getOrNextHigher() ([0d1254b](0d1254b)) * **json-crdt-extensions:** 🎸 implement Overlay traversal methods ([cb98052](cb98052)) * **json-crdt-extensions:** 🎸 improve editor interfaces ([a76291c](a76291c)) * **json-crdt-extensions:** 🎸 improve how Point handles absolute end position ([7702e98](7702e98)) * **json-crdt-extensions:** 🎸 improve marker point treatment in overlay ([32b481d](32b481d)) * **json-crdt-extensions:** 🎸 make Overlay an iterable ([8716cfa](8716cfa)) * **json-crdt-extensions:** 🎸 support absolut positions in higher/lower iteration ([a88f9d8](a88f9d8))
1 parent fc27be3 commit c47c57b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [16.2.0](https://github.com/streamich/json-joy/compare/v16.1.0...v16.2.0) (2024-05-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-extensions:** 🐛 improve .getOrNextHigher() ([fdf0744](https://github.com/streamich/json-joy/commit/fdf07446b08948f53d3a17e8d6b56086afb14fa6))
7+
8+
9+
### Features
10+
11+
* **json-crdt-extensions:** 🎸 add Overlay.getOrNextHigher() impelemntation ([f3784b0](https://github.com/streamich/json-joy/commit/f3784b083392a9fc7e9bd2d64b173f074963ff63))
12+
* **json-crdt-extensions:** 🎸 display slice behaviors ([eda567d](https://github.com/streamich/json-joy/commit/eda567dbde891b1f342c9274ccd6d940a7f6cc70))
13+
* **json-crdt-extensions:** 🎸 handle abs end in getOrNextHigher() ([0d1254b](https://github.com/streamich/json-joy/commit/0d1254b07dd791ed1bebb5777911c93556568919))
14+
* **json-crdt-extensions:** 🎸 implement Overlay traversal methods ([cb98052](https://github.com/streamich/json-joy/commit/cb98052b1d33cba95a9d5aa8c75c5c4ca76cea22))
15+
* **json-crdt-extensions:** 🎸 improve editor interfaces ([a76291c](https://github.com/streamich/json-joy/commit/a76291c7b54a157de11fc6d21bdb17d80da7df4c))
16+
* **json-crdt-extensions:** 🎸 improve how Point handles absolute end position ([7702e98](https://github.com/streamich/json-joy/commit/7702e9847907828c177d0902dfa9fd0a5b571aea))
17+
* **json-crdt-extensions:** 🎸 improve marker point treatment in overlay ([32b481d](https://github.com/streamich/json-joy/commit/32b481dd309c32a2fe689a66e57514d7349819b5))
18+
* **json-crdt-extensions:** 🎸 make Overlay an iterable ([8716cfa](https://github.com/streamich/json-joy/commit/8716cfa901a216037fe0477a09e369e6745f2b84))
19+
* **json-crdt-extensions:** 🎸 support absolut positions in higher/lower iteration ([a88f9d8](https://github.com/streamich/json-joy/commit/a88f9d8937efad4b2495b6ac029816a92be8aff6))
20+
121
# [16.1.0](https://github.com/streamich/json-joy/compare/v16.0.0...v16.1.0) (2024-05-05)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "16.1.0",
3+
"version": "16.2.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)