Skip to content

Releases: DistributedObjectProtocol/dop

Added deep and shadow options on method dop.set

20 Sep 10:40
Compare
Choose a tag to compare

Added deep and shadow options on method dop.set and fixed bug with scoped name functions because webpack remove them when uglify

dop.action and passed ESLint

28 Aug 17:10
Compare
Choose a tag to compare
0.25.0

dop.action and passed ESLint

Intercept implemented

09 Aug 18:14
Compare
Choose a tag to compare
0.24.0

dop.intercept implemented

Changed integers for patch instructions (New object, Splice, Swap)

07 Aug 17:53
Compare
Choose a tag to compare
0.23.0

Changed integers for patch instructions (New object, Splice, Swap)

Changed onsubscribe instruction on protocol to be more standard

03 Aug 17:56
Compare
Choose a tag to compare
0.22.10

Changed onsubscribe instruction on protocol to be more standard

Removed addComputed

23 Jul 09:59
Compare
Choose a tag to compare
0.22.8

Removed addComputed

Fixed bug on Snapshot.undo/redo

23 Jul 09:14
Compare
Choose a tag to compare
0.22.7

Fixed bug on Snapshot when emiting mutations in undo or redo

Removed collectFirst

21 Jul 07:39
Compare
Choose a tag to compare

We can pass a function to collect to determine the position of the collector in the queue. The filter must be assigned once collector is created.

Removed unobserve method in observers objects

24 Jun 16:35
Compare
Choose a tag to compare
0.22.0

Fixed bug when setPatch deep properties when parents are undefined

Computed values and some API changes

18 Jun 18:25
Compare
Choose a tag to compare
  • Implemented computed values
  • Removed dop.observe, dop.unobserve, dop.observeProperty, dop.unobserveProperty
  • dop.createObserver is the way to create observers
  • Changed the system of observers based absolute paths instead of storing inside of the object
  • To observe properties now we have to user observer.observe and pass a string as a name of the property