Skip to content

Latest commit

 

History

History
114 lines (55 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

114 lines (55 loc) · 3.92 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2019-07-02)

Bug Fixes

  • weaken stronger assertions (0369943)

Features

  • add generated replica id for all pos (4270639)

0.2.1 (2019-06-06)

0.2.0 (2019-04-04)

Bug Fixes

Features

0.1.0 (2019-03-13)

Bug Fixes

  • fix hasAPenndable / hasPrependable (f47a41c)

Features

  • add AVL list impl (f4d44a6)
  • add dot-pos abstraction (86139b7)
  • add factories for AVL and linked list (5da84cb)
  • add fromPlain factories (e9304a7)
  • add garbage collector facility for block factories (907de61)
  • add op/delta replicated list (51272d5)
  • add original LogootSplit positions (653566b)
  • assert can now throw errors (638e0d5)
  • reproducible block generation (5d8a32b)
  • update TypeScript (f63dcfa)

BREAKING CHANGES

    • remove ReadonlyReplicatedList and ReplicatedList Use {Op,Delta}ReplicatedList and Editable{Op,Delta}ReplicatedList instead.

0.0.2 (2018-05-29)

0.0.1 (2018-05-27)

Bug Fixes

0.0.1-3 (2018-03-19)

0.0.1-2 (2018-03-16)

0.0.1-1 (2018-03-16)

Bug Fixes

  • BlockOrdering enum values (1e770f7)
  • ensure idempotency when the current replica play its own deltas (773bc25)

0.0.1-0 (2018-03-15)

Bug Fixes