4.2.2 - 2018-xx-xx
- bump to lab 18
- readme refinements: rephrase, minor update to code snippets
4.2.1 - 2018-11-01
- destructure
key
parameter for get, set, drop into{ id, segment }
- fix deprecation warnings by updating to the latest implementation of MongoDB driver methods
- Run tests on Node.js v11 (travis)
- bump dependencies
- clean up
.gitignore
4.2.0 - 2018-03-12
- Example usage in a simple hapi project
- Update
mongodb
dependency to 3.x - Fix flaky test (increase timeout)
- Rename
mongo
example tocatbox
- Update Readme
4.1.0 - 2018-02-04
- Pass through falsy values from cache to client
- Add test for falsy values
- Updated Readme
- Update example to
async/await
4.0.0 - 2017-11-28
- Update
catbox-mongodb
to fullyasync/await
- Bump dependencies
- Bump supported Node.js versions to 8 or higher