Commit 0595259
committed
chore(release): 17.47.0 [skip ci]
# [17.47.0](v17.46.0...v17.47.0) (2025-06-30)
### Bug Fixes
* **json-crdt:** 🐛 update "arr" element only when new ID is higher ([f38c487](f38c487))
* **json-crdt:** 🐛 update ModelApi internal state on RESET event ([a1699cb](a1699cb))
### Features
* **json-crdt-patch:** 🎸 add "upd_arr" operation encoding in "binary" codec ([9cb2c9c](9cb2c9c))
* **json-crdt-patch:** 🎸 add "upd_arr" operation to "compact" encoding ([b16b8a7](b16b8a7))
* **json-crdt-patch:** 🎸 introduce "upd_arr" operation ([29c66df](29c66df))
* **json-crdt-patch:** 🎸 make enums const ([e0932dd](e0932dd))
* **json-crdt-patch:** 🎸 support "upd_arr" operation in "verbose" codec ([13ab57f](13ab57f))
* **json-crdt:** 🎸 add ArrApi.upd() method ([2bb9133](2bb9133))
* **json-crdt:** 🎸 add suppoort in Model and ArrNode for "upd_arr" operation ([2826899](2826899))
* **json-crdt:** 🎸 change terminal node interface in proxy API ([37b3d14](37b3d14))
* **json-crdt:** 🎸 implement ArrApi.push() method ([e9f7a79](e9f7a79))
* **json-crdt:** 🎸 implement deep schema equality check ([afa9d5c](afa9d5c))
* **json-crdt:** 🎸 improve Model.create() schema inference from types ([6b8de6f](6b8de6f))
* **json-crdt:** 🎸 improve schema comparison script ([7d071f5](7d071f5))
* **json-crdt:** 🎸 move .$ getter proxy API to NodeApi class ([142b393](142b393))1 parent 5b3afbc commit 0595259
2 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
1 | 26 | | |
2 | 27 | | |
3 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments