Releases: hapinessjs/mongo-module
Releases · hapinessjs/mongo-module
v1.1.3 (2018-01-16)
- Fix get adapter using adapter name
v1.1.2 (2018-01-09)
- Latest packages' versions.
- Added connectionName options to identify an adapter by an alias
- Bug fix on an
indexOf !== 1
instead ofindexOf !== -1
- Documentation.
v1.1.1 (2017-12-12)
- Latest packages' versions.
- Add field
collectionName
to force using a specific name for a collection. - Fix key computation when retrieving an adapter.
- Allow developers to not give all options for the adapter when getting a document.
- Documentation.
v1.1.0 (2017-11-20)
- Latest packages' versions.
- Update Module + Tests related to latest
core
version. - Documentation.
- Change packaging process.
v1.0.0 (2017-11-14)
MongoDB
module implementation.- Tests module API.
- Documentation.