Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 23:46
· 1177 commits to master since this release
e4f60dd

12.0.0 (2024-04-02)

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