Releases: coast-team/mute-core
Releases · coast-team/mute-core
V11.2.0
V11.1.1
Changes
Add getDigest()
function in the MuteCore class so the digest of a document can be retreived at any time
v11.0.0
Breaking changes
- Removal of
id
in ICollaborator class - Renamed occurence of old var used in the imessage interface :
recipientId
becomesrecipientNetworkId
andsenderId
becomessenderNetworkId
Other changes
- Fixed typescript error in index
v9.1.2
v9.1.1
v9.1.0
v9.0.0
9.0.0 (2018-12-05)
Bug Fixes
- lsrichope: operation fromPlain and deserialize function (35a76fc)
- lsrichoperation: fix fromPlain method (976d9c8)
- lsstate: fix fromPlain method (facb457)
- lssync: fix computeDependencies method (4c620ee)
- lssyncmessage: fix type for accumulator in serializeRichOperation (aa858cf)
Features
- core: Add the new generic classes to accept different crdt algorithm (fc583d2)
- core: update generic abstract classes implementation (bef4958)
- factory: add factory for State and DocService (c0e75a3)
- index: add index.ts file in core folder (310343c)
- index: export LogState class (dd1359f)
- index: export StateTypes, StateStrategy and Strategy (105c817)
- logootsplit: add all classes for LogootSplit (1093458)
- logs: updated the log system (a2572a8)
- mutecore: update the main MuteCore class (ae7502b)
- proto: change message to allow multiple RichOperation implementation (fe33530)
- proto: remove DotMsg and add map<int32, int32> (b692f8f)
- richoperation: add a toJson function (1a3b091)
- richoperation: add RichOperationStrategy for fromPlain (c884fa0)
- state: add set remoteOperation (1534fac)
- statestrategy: add a getStr static method (cfa9121)
BREAKING CHANGES
- mutecore: Drastic structure changes for MuteCore
v8.1.0
8.1.0 (2018-11-30)
Bug Fixes
- syncmessageservice: in deserialize, fix fromPlain's parameter (eb9f396)
Features
- proto: add author in sync.proto LogootSDelMsg (e65d887)
- sync: delete author in logRemoteOperationSubject (7f0e2d8)
- tests: update tests with new TextOperations constructor (7d40dba)
Reverts
- sync: put back author in logRemoteOperationSubject (614e807)
v8.0.1
v8.0.0
8.0.0 (2018-11-19)
Bug Fixes
- type: fix a bug in RichLogootSOperation.fromPlain (b9af994)
Features
- state: add documents state, network clock and id in State (81a3fe8)
- state: add State.emptyState() (d119b5c)
- state: new initialization via new State (89c4196)
BREAKING CHANGES
- state: Document constructor has changed : constructor(LogootSRopes)
- state: State constructor has changed : add logootSRopes, network clock and id