Skip to content

Computed values and some API changes

Choose a tag to compare

@Josema Josema released this 18 Jun 18:25
· 384 commits to master since this release
  • 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