Simple reimplementation of the diamond types sequence CRDT in simple, pure, unoptimized typescript.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^1.3.6^2.0.0^20.8.9^1.0.3^2.2.3^2.2.0^4.7.437
commits
Tweaked the API a bit to make it easier to use. Added example.js usage example
a58466dView on GitHubMade test suite also check the output is identical to the reference fugue implementation
607b197View on GitHubAdded pushRemoteOp method. Renamed some functions to make more sense
f01b4d0View on GitHubAdded files constraint to package.json to avoid packaging testing data
1c75ef7View on GitHubUpdated package.json to build and run tests, and export everything correctly.
0370039View on GitHubMoved simple/ code into base repository. Moved other code to old/ in preparation of removing it entirely.
a3aafa0View on GitHubRemoved simple/src/types.ts. Added mergeIntoBranch to simple implementation. Updated simple fuzzer to use the fancier branch merging logic.
cde2538View on GitHubMoved simple implementation to its own simple/src and simple/test directories. Did some light refactoring of the simple merging code
ec73decView on GitHubSmall refactor of fancy oplog ListOp to make it an or type
4ff1bf2View on GitHub