Dop Versions Save

JavaScript implementation for Distributed Object Protocol

0.26.0

6 years ago

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

0.25.0

6 years ago

0.24.0

6 years ago

0.23.0

6 years ago

0.22.10

6 years ago

0.22.8

6 years ago

0.22.7

6 years ago

0.22.6

6 years ago

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.

0.22.0

6 years ago

0.21

6 years ago
  • 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