- custom packing/unpacking, better control over resurrect
- add raw retrieval and gzip support
- add tag/dropTag support
- fix toArrayAsync for unpromisified cursors
- add compression, ttl, drop, & upgrade to kev 0.3 compatibility
- add ttl for mongo docs
- silently handle 'collection already exists' mongo error
- allow passing arbitrary options to mongo client
- formatting
- switch from deprecated ensureIndex, build index in background
- pass promise errors through callbacks and clean up promise chains. upgrade dependencies
- enable passing in external mongo connection
- bump kev
- switch tests to promise, add batch get
- bump to 0.1.0
- update deps
- Move out of main kev repository
- Initial commit