Skip to content

Releases: paralect/node-mongo

3.0.0-beta3

08 Apr 08:35
722cfa6
Compare
Choose a tag to compare

What's Changed

  • [*] Remove monk mention from README by @KuhArt in #59

Full Changelog: 3.0.0-beta2...3.0.0-beta3

3.0.0-beta2

07 Apr 19:06
4f2b46e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0-beta1...3.0.0-beta2

3.0.0-beta1

07 Apr 15:24
909a417
Compare
Choose a tag to compare
  • Add Typescript
  • Update mongo driver
  • Remove monk dependency
  • Add Outbox collections

2.1.1

29 Jan 13:44
7f13742
Compare
Choose a tag to compare

Fixes:

  • Use different EventEmitter instances for different services

2.1.0

15 Oct 13:05
Compare
Choose a tag to compare

Features

Manager

createService

2.0.0

06 Oct 12:52
7a5324a
Compare
Choose a tag to compare
  • Update dependencies.

Breaking Changes

Manager

createQueryService

  • Rename validateSchema option to validate.
  • Change addCreatedOnField default to true.
  • Change addUpdatedOnField default to true.

createService

  • Rename validateSchema option to validate.
  • Change addCreatedOnField default to true.
  • Change addUpdatedOnField default to true.

Query Service

  • Remove generateId method.
  • Remove expectDocument method.

Service

Features

Manager

createQueryService

  • Add useStringId option.

createService

  • Add useStringId option.

Query Service

Service

1.1.0

05 Jul 10:33
Compare
Choose a tag to compare
  • Update dependencies.
  • Fix required version of the Node.js.

1.0.0

23 May 18:55
Compare
Choose a tag to compare
  • Update dependencies.
  • Add tests.
  • Fix required version of the Node.js.

Breaking Changes

  • Now, by default, we do not add the fields createdOn and updatedOn automatically to the model. If you want to save the current behavior, add the appropriate addCreatedOnField and addUpdatedOnField options to the service definitions.

0.3.1

16 Dec 15:00
Compare
Choose a tag to compare
  • Stop using deprecated method ensureIndex of the monk.

0.3.0

28 Oct 11:00
Compare
Choose a tag to compare
  • Add ability to create custom methods for service and query service.
  • Add tests.