Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 2.6 kB | |
v17.47.0 source code.tar.gz | 2025-06-30 | 714.5 kB | |
v17.47.0 source code.zip | 2025-06-30 | 1.2 MB | |
Totals: 3 Items | 1.9 MB | 1 |
17.47.0 (2025-06-30)
Bug Fixes
- json-crdt: ๐ update "arr" element only when new ID is higher (f38c487)
- json-crdt: ๐ update ModelApi internal state on RESET event (a1699cb)
Features
- json-crdt-patch: ๐ธ add "upd_arr" operation encoding in "binary" codec (9cb2c9c)
- json-crdt-patch: ๐ธ add "upd_arr" operation to "compact" encoding (b16b8a7)
- json-crdt-patch: ๐ธ introduce "upd_arr" operation (29c66df)
- json-crdt-patch: ๐ธ make enums const (e0932dd)
- json-crdt-patch: ๐ธ support "upd_arr" operation in "verbose" codec (13ab57f)
- json-crdt: ๐ธ add ArrApi.upd() method (2bb9133)
- json-crdt: ๐ธ add suppoort in Model and ArrNode for "upd_arr" operation (2826899)
- json-crdt: ๐ธ change terminal node interface in proxy API (37b3d14)
- json-crdt: ๐ธ implement ArrApi.push() method (e9f7a79)
- json-crdt: ๐ธ implement deep schema equality check (afa9d5c)
- json-crdt: ๐ธ improve Model.create() schema inference from types (6b8de6f)
- json-crdt: ๐ธ improve schema comparison script (7d071f5)
- json-crdt: ๐ธ move .$ getter proxy API to NodeApi class (142b393)