Skip to content

Releases: DistributedObjectProtocol/dop

Big refactor

21 May 18:24
Compare
Choose a tag to compare
  • Changed patch protocol. Patch now can be split into chunks.
  • We can't register arrays, only POJO objects.
  • "~DOP" object is now a regular object instead of an Array.
  • We don't store the path anymore, now is calculated relatively. We only store the property instead.
  • Mutations format have changed.
  • Implemented the concept of snapshot.
  • createObserverMultiple renamed to createObserver
  • emitAndDestroy renamed to emit. And added emitWithoutDestroy instead.
  • Removed some utility functions on dop.*

Patch instruction implemented

09 Jan 10:59
Compare
Choose a tag to compare
0.10.0

Patch instruction implemented

Broadcast instruction implemented

04 Jan 05:46
Compare
Choose a tag to compare
0.9.0

Broadcast instruction implemented

Call implemented

03 Jan 11:25
Compare
Choose a tag to compare
0.8.0

createAsync moved to api and added test for it

Unsubscribe implemented

28 Dec 10:51
Compare
Choose a tag to compare
0.7.0

Unsubscribe implemented

Test passed for all tranports

16 Dec 05:06
Compare
Choose a tag to compare
0.4.0

Implemented local transports for tests and publishing 0.4.0

0.3.2

01 Dec 16:32
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
Test events_transports finished