Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

0.3.10

Compare
Choose a tag to compare
@c58 c58 released this 09 Dec 17:53
· 222 commits to master since this release
  • Added whenNotExecuting() method of a Cursor, returns a promise resolved when cursor is executed. It can be used for changing a cursor in real-time. If you try to change a Cursor when it is executing – error will rise.
  • Added declarative observe(). Now you can add multiple observers by passing {declare: true} as a second argument to an observe(). In this case cursor will be returned.