Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 738 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 738 Bytes

v1.3.0 (2019-09-04)

  • Update npm packages
  • Fix deprecation warning

v1.2.0 (2019-08-17)

  • Update npm packages
  • Use eslint 6

v1.1.1 (2019-07-20)

  • Fix vulnerability issue

v1.1.0 (2019-06-29)

  • Update npm packages
  • Update drone config

v1.0.1 (2019-04-06)

  • Don't throw an error when dropping inexistent collection

v1.0.0 (2019-04-06)

  • Remove monk and use native mongoDB driver api (no breaking changes).
  • Trigger created event when use findOneAndUpdate only if use option upsert

v0.3.0 (2018-11-28)

  • Expose MongoService and MongoQueryService, so they can be used as extention point.

v0.2.0 (2018-11-27)

  • Update npm dependencies.

v0.1.0 (2018-05-23)

  • Initialize mongo services.