Skip to content

v3.3.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 28 Jul 19:47
· 53 commits to master since this release

New Feature

  • New API for creating an observable stream emitting calls to a method (@regou via #48):

    • $createObservableMethod instance method
    • observableMethods option

    See docs for more details.