Skip to content

Big refactor

Compare
Choose a tag to compare
@Josema Josema released this 21 May 18:24
· 392 commits to master since this release
  • 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.*