Skip to content

Releases: yoitsro/joigoose

v6.0.0

11 Dec 20:51
Compare
Choose a tag to compare

6.0.0 (2019-12-11)

Bug Fixes

  • remove unreachable line (f4dbb43)

Features

  • wrap the API under the _mongoose key, e.g. .meta({ _mongoose: { type: 'ObjectId' } }) (7d89358)

BREAKING CHANGES

  • The way ObjectIds are specified is now using the _mongoose meta property.