This repository has been archived by the owner on May 19, 2019. It is now read-only.
Releases: c58/marsdb
Releases · c58/marsdb
0.6.8
- fixed join to undefined/null object
- fixed hacky update method of observable cursor (less hacky now)
- fixed unstable init tests
- added travis cache of node_modules
- fixed a bug with observed joins cancelation and fast root cursor changes
- improved joinObj and lint fixes
- moved pipeline processors to separate modules
- observed join is optional (default NOT observed)
- fixed unique ids selection in document retriver
- added default value for join field
- added support for fast joins object specification
- fixed upsert with null query selector
- fixed bug with observer stopper
0.6.0
0.5.22
0.5.0
0.4.2
0.4.0
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.
0.3.8
Fixed es6 module export
import Collection from 'marsdb'
now works