Skip to content

v1.3.0

Compare
Choose a tag to compare
@e-oz e-oz released this 14 Dec 14:02
· 82 commits to main since this release

You can now get an observable to be notified about the mutations:

  • listenForCreate()
  • listenForRead()
  • listenForUpdate()
  • listenForDelete()
    Events will be only emitted if there are active observers.