Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency json-joy to v16 - autoclosed #35

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
json-joy ^11.25.0 -> ^16.0.0 age adoption passing confidence

Release Notes

streamich/json-joy (json-joy)

v16.23.1

Compare Source

Bug Fixes
  • json-crdt: 🐛 make change flush safe (91a37ae)

v16.23.0

Compare Source

Bug Fixes
  • json-type-value: 🐛 show value encoding problemsn in development mode (24d5adb)
Features
  • json-type: 🎸 improve type builder import method (544188a)

16.22.1 (2024-08-01)

Bug Fixes
  • json-type-value: 🐛 add default type for values (ee36743)

v16.22.1

Compare Source

Bug Fixes
  • json-type-value: 🐛 add default type for values (ee36743)

v16.22.0

Compare Source

Features
  • json-crdt-patch: 🎸 allow readin patches sequentially (ad98179)

v16.21.0

Compare Source

Features
  • 🎸 bump upstream dependencies (f8a507f)

v16.20.0

Compare Source

Features
  • json-crdt-patch: 🎸 improve Patch .rebase() operation (2bd08bc)
  • json-crdt: 🎸 when forking, detect if sid was already used (6d3cdf7)

v16.19.0

Compare Source

Features
  • json-crdt: 🎸 add ability to deeply select value in store (2c55b24)
  • json-crdt: 🎸 add support "reset" events JSON Patch store (71c80a8)

16.18.1 (2024-07-24)

Bug Fixes
  • json-crdt-patch: 🐛 correct "obj" and "vec" text dumps (d601792)
  • json-crdt-patch: 🐛 remove extra space (f3c2fea)

v16.18.1

Compare Source

Bug Fixes
  • json-crdt-patch: 🐛 correct "obj" and "vec" text dumps (d601792)
  • json-crdt-patch: 🐛 remove extra space (f3c2fea)

v16.18.0

Compare Source

Features
  • json-crdt: 🎸 make JSON Patch JSON CRDT store events synchronous (c43305e)

16.17.1 (2024-07-22)

Bug Fixes
  • json-crdt: 🐛 allow nested transactions (d687561)

v16.17.1

Compare Source

Bug Fixes
  • json-crdt: 🐛 allow nested transactions (d687561)

v16.17.0

Compare Source

Features
  • json-crdt: 🎸 add ability to bind to sub-state (b012c6a)
  • json-crdt: 🎸 allow string pointers (680d47f)

v16.16.0

Compare Source

Features
  • json-crdt: 🎸 apply JSON Patch operations in a tracsaction (b377d7c)
  • json-crdt: 🎸 inprove JsonPatchStore interface (dcbbc54)

v16.15.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 include text changes in hash (99936dc)
Features
  • json-crdt-extensions: 🎸 preserve object indentities in extension views (0996683)
  • json-crdt: 🎸 add ability to prefix JsonPatch operations (34d3188)
  • json-crdt: 🎸 implement JsonPatchStore class (dc0e6f3)
  • json-crdt: 🎸 shorten and make declarative all JSON Patch methods for JSON CRDT (cf437b8)

v16.14.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add sample collected Quill fuzzer traces to tests (1512870)

16.13.2 (2024-07-20)

Bug Fixes
  • json-crdt-extensions: 🐛 do not miss second half of the contents (dce7924)
  • json-crdt-extensions: 🐛 find contained slice when there is no leading point in index (f3d64ee)
  • json-crdt-extensions: 🐛 find overlapping slices when there are no leads in index (f630d85)
Performance Improvements
  • json-crdt-extensions: ⚡️ proactively check for empty attributes (b4d719c)

16.13.1 (2024-07-15)

Bug Fixes
  • json-crdt: 🐛 make log start use correct logical time (019883d)

v16.13.2

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 do not miss second half of the contents (dce7924)
  • json-crdt-extensions: 🐛 find contained slice when there is no leading point in index (f3d64ee)
  • json-crdt-extensions: 🐛 find overlapping slices when there are no leads in index (f630d85)
Performance Improvements
  • json-crdt-extensions: ⚡️ proactively check for empty attributes (b4d719c)

v16.13.1

Compare Source

Bug Fixes
  • json-crdt: 🐛 make log start use correct logical time (019883d)

v16.13.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add Quill extension inference types (c21e15b)
  • json-crdt-extensions: 🎸 add Quill types (524ae1b)
  • json-crdt-extensions: 🎸 add QuillDeltaApi implementation (656728e)
  • json-crdt-extensions: 🎸 add slice manipulation helpers (ba2254c)
  • json-crdt-extensions: 🎸 implement Quill Delta view computation (c643543)
  • json-crdt-extensions: 🎸 improve Quill Delta extension setup (10e7721)
  • json-crdt-extensions: 🎸 setup Quill Delta extension (d6a4111)

v16.12.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 do not create stray slice deletion patches (c769945)
Features
  • json-crdt-extensions: 🎸 improve slice deletions (6359951)

v16.11.0

Compare Source

Features
  • json-expression: 🎸 add ability to execute expressions without extra try-catch (a8498ec)
  • json-type: 🎸 use new expession execution syntax (43cd177)
Performance Improvements
  • json-crdt-extensions: ⚡️ do not wrap Vars into an extra object (4dbc780)

v16.10.0

Compare Source

Features
  • json-expression: 🎸 implement "push" operator (edbd128)

v16.9.0

Compare Source

Bug Fixes
  • json-expression: 🐛 evaluate prop expressions (9eb2035)
Features
  • json-expression: 🎸 add JSON Patch add "jp.add" implementation (2bbe3cd)
  • json-expression: 🎸 implement "o.set" operator (bd05779)
  • json-expression: 🎸 implement object "o.del" operator (20c7aff)
  • json-expression: 🎸 prevent protoptype chain mutation in "o.set" (b676b55)
Performance Improvements
  • json-expression: ⚡️ pre-cast Literals to string (84c5aeb)

v16.8.0

Compare Source

Features
  • json-crdt-extensions: 🎸 chop off block sentinel text from inline node materializati (d1ee62c)
  • json-crdt-extensions: 🎸 improve Inline attribute construction (3ef2fe6)
  • json-crdt-extensions: 🎸 report slice position relative to the inline (2f960db)
  • json-crdt-extensions: 🎸 use undefined as data if no slice data specified (e5c4992)

v16.7.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add inter-block iteration for inline elements (22f6fe8)
  • json-crdt-extensions: 🎸 add inter-block iteration using point tuples (edf19ac)
  • json-crdt-extensions: 🎸 add iteration over block points (19dcc68)
  • json-crdt-extensions: 🎸 can return block marker when iterating (0e66aa6)
  • json-crdt-extensions: 🎸 improve how blocks are printed to console, add Block.text() (4a68cda)
Performance Improvements
  • json-crdt-extensions: ⚡️ speed up range text materialization (ac56314)

v16.6.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add initial Block class implementation (69ef39d)
  • json-crdt-extensions: 🎸 construct a blocks layer out of Overlay (067fed6)

v16.5.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add initial Inline class implementation (9994f2a)
  • json-crdt-extensions: 🎸 improve Inline.attr() implementation (c6c5b62)
  • json-crdt-extensions: 🎸 improve Inline.key() implementation (4f5f012)

v16.4.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 correctly store extra and local slices (636a166)
  • json-crdt-extensions: 🐛 recompute different Overlay state hash when text changes (d64b8ab)
Features
  • json-crdt-extensions: 🎸 add markers only overlay tree (9f090f7)
  • json-crdt-extensions: 🎸 improve text hash calculation (ed6ce96)

v16.3.0

Compare Source

Features
  • json-crdt-extensions: 🎸 improve .points() iteration at offset (8de8676)
  • json-crdt-extensions: 🎸 improve Overlay.pairs() iterator (b095301)

v16.2.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 improve .getOrNextHigher() (fdf0744)
Features
  • json-crdt-extensions: 🎸 add Overlay.getOrNextHigher() impelemntation (f3784b0)
  • json-crdt-extensions: 🎸 display slice behaviors (eda567d)
  • json-crdt-extensions: 🎸 handle abs end in getOrNextHigher() (0d1254b)
  • json-crdt-extensions: 🎸 implement Overlay traversal methods (cb98052)
  • json-crdt-extensions: 🎸 improve editor interfaces (a76291c)
  • json-crdt-extensions: 🎸 improve how Point handles absolute end position (7702e98)
  • json-crdt-extensions: 🎸 improve marker point treatment in overlay (32b481d)
  • json-crdt-extensions: 🎸 make Overlay an iterable (8716cfa)
  • json-crdt-extensions: 🎸 support absolut positions in higher/lower iteration (a88f9d8)

v16.1.0

Compare Source

Features
  • json-crdt-extensions: 🎸 abstract saved slices into a standalone EditorSlices class (444a9ae)
  • json-crdt-extensions: 🎸 improve Editor and Cursor APIs (fd1177f)
  • json-crdt-extensions: 🎸 improve multi-cursor support (7a6850b)
  • json-crdt-extensions: 🎸 instantiate Peritext contenxt and Editor on PeritextApi (5a22ffc)
  • json-crdt-extensions: 🎸 make all Peritext classes generic to the RGA item (55969b8)

v16.0.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 correctly encode cnt extension sid key (264d45c)
  • json-crdt: 🐛 allow extension API selection through path selector (c09dc8f)
  • json-crdt: 🐛 make extension schema copyable (7bbee8f)
Features
  • json-crdt-extensions: 🎸 add ability to access Peritext "str" node API (41ec564)
  • json-crdt-extensions: 🎸 add ability to access Peritext slices "arr" node (2ea4f34)
  • json-crdt-extensions: 🎸 add type safety when accessing Peritext nodes (7401ac5)
  • json-crdt-extensions: 🎸 define Peritext extension (032bab1)
  • json-crdt-extensions: 🎸 infer sessin ID from builder (f0435a1)
  • json-crdt-extensions: 🎸 setup ModelWithExt static class (69e1200)
  • json-crdt-extensions: 🎸 simplify cnt extension definition (3ef93cd)
  • json-crdt-patch: 🎸 add node.json schema builder class (ed6a558)
  • json-crdt-patch: 🎸 add s.ext() schema builder (0f7910b)
  • json-crdt-patch: 🎸 improve schema types and value preservatin (7ebc049)
  • json-crdt: 🎸 ability to select extension api directly (8af589c)
  • json-crdt: 🎸 add abstract ExtNode class (5a79cec)
  • json-crdt: 🎸 construct extension API nodes when accessing by proxy (ef5c581)
  • json-crdt: 🎸 improve extension node selection by proxy (ebf1eea)
  • json-crdt: 🎸 improve extension presentation (d13cc65)
  • json-crdt: 🎸 make extenion object optional when calling .asExt() (fe7e6a9)
  • json-crdt: 🎸 remove chaining from node APIs (1fb6f11)
  • json-crdt: 🎸 start Extension implementation (7da9262)
  • json-crdt: 🎸 use Extension class to construct extensions (273d013)
BREAKING CHANGES
  • json-crdt: 🧨 A number of JSON CRDT NodeApi methods have been changed.

v15.11.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 allow setting non-constant slice data (2f87b8a)
Features
  • json-crdt-extensions: 🎸 allow passing in extra slice and local slice models (b10d1cf)
  • json-crdt-extensions: 🎸 improve mutations in persisted slices (d6d0193)
  • json-crdt-extensions: 🎸 improve Pertiext .toString() presentation (c529aaf)
  • json-crdt-extensions: 🎸 improve slice typing and schema (ce6eb34)
  • json-crdt: 🎸 add Model.create() method (8fc8fc0)
  • json-crdt: 🎸 improve model creation flow (89daf03)
  • json-crdt: 🎸 improve model initialization APIs (e0474d1)

v15.10.0

Compare Source

Bug Fixes
  • 🐛 bump tree-dump dependency (553c9ee)
Features
  • json-crdt-extensions: 🎸 add more slice layers (7971f21)
  • json-crdt-extensions: 🎸 cleanup internal data structures after local changes (232457b)
Performance Improvements
  • json-crdt: ⚡️ improve first chunk finding implementation (5e7e661)

v15.9.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add higher-level API for inserting markers (7789ced)
  • json-crdt-extensions: 🎸 add initial Overlay implementatin (2cd0174)
  • json-crdt-extensions: 🎸 improve how cursor is displayed (ceadbdd)
  • json-crdt-extensions: 🎸 improve how slices are presented (a83518d)
  • json-crdt-extensions: 🎸 improve overlay layer insertions (75e2620)

v15.8.0

Compare Source

Features
  • json-crdt: 🎸 add typing support for Log (bcb84a1)

v15.7.0

Compare Source

Features
  • json-crdt-extensions: 🎸 implement OverlayPointMarker (4612bd4)
  • json-crdt-extensions: 🎸 improve MarkerOverlayPoint presentation (b6b6521)

v15.6.0

Compare Source

Bug Fixes
  • json-crdt: 🐛 store golbal session in clock vector (407c383)
Features
  • json-crdt: 🎸 use SESSION.GLOBAL for default value and schema setup (4813bc9)

v15.5.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add block tag type (120ba2f)
  • json-crdt-extensions: 🎸 add OverlayPoint implementation (ca037e6)
  • json-crdt-extensions: 🎸 implement overlay "ref" concept (7c31a6f)
  • json-crdt-extensions: 🎸 improve overlay point layer insertion (70748ac)
  • json-crdt-extensions: 🎸 improve OverlayPoint marker operations (7aea094)
  • json-crdt-extensions: 🎸 improve OverlayPoint ref operations (8a23776)
Performance Improvements
  • json-crdt-extensions: ⚡️ remove immediately from the right bucket (faf466f)

v15.4.1

Compare Source

Bug Fixes
  • json-type: 🐛 make "discriminator" field optional (3a4bd9c)

v15.4.0

Compare Source

Features
  • json-type-value: 🎸 add ability to print ObjectValue (e14655a)

v15.3.0

Compare Source

Features
  • json-type: 🎸 add .omit() method (449f774)
  • json-type: 🎸 add ability to deptecate tyeps (3e5728e)
  • json-type: 🎸 implement "obj" .pick() method (1233650)
  • json-type: 🎸 improve .extend() and .getField() methods (3fdffe6)
  • json-type: 🎸 improve function to string output (3861514)
  • json-type: 🎸 simplify .toString() output (cf7cbb1)

v15.2.0

Compare Source

Bug Fixes
  • json-type: 🐛 correctly read node kind for codegen (ac273dd)
  • json-type: 🐛 correctly validate object undefined fields (34d4fb5)
Features
  • json-type: 🎸 add meta optional field (e749c85)
  • json-type: 🎸 rename "__t" field to "kind" (44af9ab)

v15.1.0

Compare Source

Features
  • 🎸 use sonic-forest library (da85d47)

v15.0.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 delete slices from index on deletion (db7f10e)
Features
  • json-crdt-extensions: 🎸 add slice update method (ba77d20)
  • json-crdt-extensions: 🎸 improve .toString() presentation (97b60c2)
  • json-crdt-extensions: 🎸 improve method setup and constants (3c50c72)
  • json-crdt-extensions: 🎸 improve Range.at() method (75a1d51)
  • json-crdt-extensions: 🎸 improve Slice and PersistedSlice interfaces (42d3820)
  • json-crdt-extensions: 🎸 improve slice state refresh and print layout (c482e64)
  • json-crdt-extensions: 🎸 improve slices interface (1ed13b8)
  • json-crdt-extensions: 🎸 improve the Point class (cefd3c5)
  • json-crdt-extensions: 🎸 improve unserialization of slices (a0332b0)
  • json-crdt-extensions: 🎸 make Cursor generic (423fe16)
  • json-crdt-extensions: 🎸 make Point generic (0af5609)
  • json-crdt-extensions: 🎸 make Range generic and remove Peritext from its scope (03ccf42)
  • json-crdt-extensions: 🎸 pretty print one-line JSON (894cddd)
Performance Improvements
  • json-crdt-extensions: ⚡️ store slice list in AvlMap (5acce0f)
  • util: ⚡️ store size of the map in AvlMap (690f91a)
  • util: ⚡️ walk tree less when computing its size (c99fa95)

v14.4.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 delete slices from index on deletion (db7f10e)
Features
  • json-crdt-extensions: 🎸 add slice update method (ba77d20)
  • json-crdt-extensions: 🎸 improve .toString() presentation (97b60c2)
  • json-crdt-extensions: 🎸 improve method setup and constants (3c50c72)
  • json-crdt-extensions: 🎸 improve Range.at() method (75a1d51)
  • json-crdt-extensions: 🎸 improve Slice and PersistedSlice interfaces (42d3820)
  • json-crdt-extensions: 🎸 improve slice state refresh and print layout (c482e64)
  • json-crdt-extensions: 🎸 improve slices interface (1ed13b8)
  • json-crdt-extensions: 🎸 improve the Point class (cefd3c5)
  • json-crdt-extensions: 🎸 improve unserialization of slices (a0332b0)
  • json-crdt-extensions: 🎸 make Cursor generic (423fe16)
  • json-crdt-extensions: 🎸 make Point generic (0af5609)
  • json-crdt-extensions: 🎸 make Range generic and remove Peritext from its scope (03ccf42)
  • json-crdt-extensions: 🎸 pretty print one-line JSON (894cddd)
Performance Improvements
  • json-crdt-extensions: ⚡️ store slice list in AvlMap (5acce0f)
  • util: ⚡️ store size of the map in AvlMap (690f91a)
  • util: ⚡️ walk tree less when computing its size (c99fa95)

v14.3.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add Cursor tag (2c6c992)
  • json-crdt-extensions: 🎸 add initial Cursor implementation (48747ab)
  • json-crdt-extensions: 🎸 add Slice type (defb884)
  • json-crdt-extensions: 🎸 add slices manager (2024b02)
  • json-crdt-extensions: 🎸 implement basic editor (ed43ad8)
  • json-crdt-extensions: 🎸 implement Range class (9aed4e1)

v14.2.0

Compare Source

Bug Fixes
  • json-crdt: 🐛 use right payload (7d6a033)
Features
  • 🎸 improve create schema (0d3c8c9)
  • 🎸 improve RPC types (d7aa273)
  • 🎸 initialize service by default (166f209)
  • json-crdt: 🎸 allow to construct a model from collection of patches (a43f396)
  • json-crdt: 🎸 improve LocalHistoryCrud implementation (884b560)
  • json-crdt: 🎸 progress on remote history implementation (1b17c68)
  • json-type: 🎸 add ability to extend ObjectType (ca4d16b)
  • reactive-rpc: 🎸 allow to optionally load full history in "block.get" (ae14b6c)
  • reactive-rpc: 🎸 cleanup RemoteHistoryDemoServer (f86ed4d)
  • reactive-rpc: 🎸 GC old blocks based on update time (11d958c)
  • reactive-rpc: 🎸 improve block store interface, return infor about removal (be282c4)
  • reactive-rpc: 🎸 improve emitted event shape (2dcdad5)
  • reactive-rpc: 🎸 improve scan method (e62b5ef)

v14.1.1

Compare Source

Bug Fixes
  • 🐛 update new package imports (9630467)

v14.1.0

Compare Source

Features
  • 🎸 use published json-pack and base64 packages (bed8a4a)

v14.0.0

Compare Source

Features
  • 🎸 upgrade TypeScript (07fb569)
BREAKING CHANGES
  • 🧨 Bump major

v13.0.0

Compare Source

v12.6.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 delete slices from index on deletion (db7f10e)
Features
  • json-crdt-extensions: 🎸 add slice update method (ba77d20)
  • json-crdt-extensions: 🎸 improve .toString() presentation (97b60c2)
  • json-crdt-extensions: 🎸 improve method setup and constants (3c50c72)
  • json-crdt-extensions: 🎸 improve Slice and PersistedSlice interfaces (42d3820)
  • json-crdt-extensions: 🎸 improve slice state refresh and print layout (c482e64)
  • json-crdt-extensions: 🎸 improve slices interface (1ed13b8)
  • json-crdt-extensions: 🎸 improve unserialization of slices (a0332b0)
  • json-crdt-extensions: 🎸 make Cursor generic (423fe16)
  • json-crdt-extensions: 🎸 pretty print one-line JSON (894cddd)
Performance Improvements
  • json-crdt-extensions: ⚡️ store slice list in AvlMap (5acce0f)
  • util: ⚡️ store size of the map in AvlMap (690f91a)
  • util: ⚡️ walk tree less when computing its size (c99fa95)

v12.5.0

Compare Source

Features
  • json-crdt-extensions: 🎸 improve Range.at() method (75a1d51)
  • json-crdt-extensions: 🎸 make Point generic (0af5609)
  • json-crdt-extensions: 🎸 make Range generic and remove Peritext from its scope (03ccf42)

v12.4.0

Compare Source

Features
  • json-crdt-extensions: 🎸 improve the Point class (cefd3c5)

v12.3.0

Compare Source

Features
  • json-crdt-extensions: 🎸 add Cursor tag (2c6c992)
  • json-crdt-extensions: 🎸 add initial Cursor implementation (48747ab)
  • json-crdt-extensions: 🎸 add Slice type (defb884)
  • json-crdt-extensions: 🎸 add slices manager (2024b02)
  • json-crdt-extensions: 🎸 implement basic editor (ed43ad8)
  • json-crdt-extensions: 🎸 implement Range class (9aed4e1)

v12.2.0

Compare Source

Bug Fixes
  • json-crdt-extensions: 🐛 compute ChunkSlice view correctly (6627032)
  • json-crdt-extensions: 🐛 correct bugs in .nextId() and .prevId() methods (c9f0bed)
  • json-crdt-extensions: 🐛 correct check for .refBefore() and .refAfter() (2e48abf)
  • json-crdt-extensions: 🐛 correct left character retrieval (f794696)
Features
  • json-crdt-extensions: 🎸 add ChunkSlice interface (1894388)
  • json-crdt-extensions: 🎸 add Peritext Point implementation (70c98c4)
  • json-crdt-extensions: 🎸 add slice serialization DTO types (24c893e)
  • json-crdt-extensions: 🎸 add Stateful node interface (25832e4)
  • json-crdt-extensions: 🎸 implement ChunkSlice class (99b3169)
  • json-crdt-extensions: 🎸 improve .move() method and fix .viewPos() (45b1241)
  • json-crdt-extensions: 🎸 improve Point movement APIs (3c6831f)
  • json-crdt-extensions: 🎸 setup Peritext base class (b711e75)
  • json-crdt-extensions: 🎸 specify Peritext slices constants (3cbc256)
  • json-crdt-extensions: 🎸 support left char retrieval for deleted points (dc982cd)
  • json-crdt-extensions: 🎸 support right character retrieval for deleted points (fa7923b)
  • json-crdt: 🎸 add .view() method to RGA chunks (899fdb0)

v12.1.0

Compare Source

Features
  • json-pack: 🎸 add array Bencode encoding (3877aa2)
  • json-pack: 🎸 add Bencode dictionary encoding support (0b82925)
  • json-pack: 🎸 add Bencode ecndogin support for const tokens (7a27d1e)
  • json-pack: 🎸 add Bencode encoding support for Set type (239442e)
  • json-pack: 🎸 add Bencode Map encoding support (3808e18)
  • json-pack: 🎸 add Bencode support for bigints (86f42a0)
  • json-pack: 🎸 add BencodeDecoder implementation (4774df4)
  • json-pack: 🎸 add BencodeEncoder class, implement integer encoding (bfafbf2)
  • json-pack: 🎸 add suppport for string encoding (654d894)

v12.0.0

Compare Source

Code Refactoring
  • json-crdt: 💡 move PatchLog to /log folder and rename to Log (50cc8d3)
Features
  • json-crdt: 🎸 add LogEncoder implementation (465a523)
  • json-crdt: 🎸 improve frontier decoding in LogDecoder (9c0f531)
  • json-crdt: 🎸 improve LogEncoder typing and add JSDocs (3463ff4)
  • json-crdt: 🎸 progress on LogDecoder (ebbcd9a)
BREAKING CHANGES
  • json-crdt: 🧨 PatchLog is no Log

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency json-joy to v16 fix(deps): update dependency json-joy to v16 - autoclosed Oct 6, 2024
@renovate renovate bot closed this Oct 6, 2024
@renovate renovate bot deleted the renovate/json-joy-16.x branch October 6, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants