This repository has been archived by the owner on May 19, 2019. It is now read-only.
0.3.10
- Added
whenNotExecuting()
method of aCursor
, 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 anobserve()
. In this case cursor will be returned.