Changelog
4.1.0 / 2017-05-20
collection.createIndex
and deprecate collection.index
and collection.ensureIndex
Changelog
4.0.0 / 2017-02-13
safe
option (fix #180)Changelog
3.1.4 / 2017-01-30
Changelog
3.1.3 / 2016-10-12
cast()`` when
_id` is undefined (fix #165) Thanks @JoelParkeChangelog
3.1.2 / 2016-08-22
collection.count
and collection.distinct
are ignoring options (fix #159)Changelog
3.1.1 / 2016-07-29
Changelog
3.1.0 / 2016-07-22
Collection.group
(fix #63)Collection.bulkWrite
(fix #85)mongodb.Logger
to debug
(fix #143)Changelog
3.0.7 / 2016-07-14
find
) to resume
or close
before resolving the promise