Skip to content

Releases: hapinessjs/mongo-module

v1.1.3 (2018-01-16)

16 Jan 08:41
a67631b
Compare
Choose a tag to compare
  • Fix get adapter using adapter name

v1.1.2 (2018-01-09)

12 Jan 14:40
830e521
Compare
Choose a tag to compare
  • Latest packages' versions.
  • Added connectionName options to identify an adapter by an alias
  • Bug fix on an indexOf !== 1 instead of indexOf !== -1
  • Documentation.

v1.1.1 (2017-12-12)

12 Dec 09:37
393d7cc
Compare
Choose a tag to compare
  • 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)

20 Nov 12:00
b49ae58
Compare
Choose a tag to compare
  • Latest packages' versions.
  • Update Module + Tests related to latest core version.
  • Documentation.
  • Change packaging process.

v1.0.0 (2017-11-14)

14 Nov 10:44
aa0c8e7
Compare
Choose a tag to compare
  • MongoDB module implementation.
  • Tests module API.
  • Documentation.