holidayextras/jsonapi-store-mongodb

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
- 2017-09-23 - v2.0.0
- 2017-09-23 - Bump all dependencies
- 2017-09-23 - Support Node.js 8.
- 2017-09-23 - Only Node.js >= 4.5 is now supported.
- 2017-09-23 - Support latest `jsonapi-server`.
- 2017-09-23 - Prevent crash when `attributeConfig` is `null` or `undefined`
- 2016-12-09 - v1.5.1
- 2016-12-09 - Bump all dependencies
- 2016-06-25 - v1.5.0
- 2016-06-25 - Create individual indexes for related resources
- 2016-05-31 - v1.4.0
- 2016-05-31 - Use latest `jsonapi-server` processed filter
- 2016-04-22 - v1.3.0
- 2016-04-22 - Improved index creation
- 2016-04-22 - Better error handling on .find()
- 2016-04-07 - v1.2.2
- 2016-04-07 - Error handling when creating a document
- 2016-02-17 - v1.2.1
- 2016-02-17 - Improved filtering by non-string attributes
- 2016-01-21 - v1.2.0
- 2016-01-21 - Robust MongoDB connection management
- 2015-12-30 - v1.1.0
- 2015-12-30 - Offload queries to Mongo
- 2015-12-21 - v1.0.0
- 2015-12-21 - Sort support
- 2015-12-21 - Pagination support
- 2015-06-29 - Initial release