Skip to content

Releases: paralect/node-mongo

3.0.0-beta3

Choose a tag to compare

@KuhArt KuhArt released this 08 Apr 08:35
722cfa6

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

Choose a tag to compare

@KuhArt KuhArt released this 07 Apr 19:06
4f2b46e

What's Changed

New Contributors

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

3.0.0-beta1

Choose a tag to compare

@KuhArt KuhArt released this 07 Apr 15:24
909a417
  • Add Typescript
  • Update mongo driver
  • Remove monk dependency
  • Add Outbox collections

2.1.1

Choose a tag to compare

@KuhArt KuhArt released this 29 Jan 13:44
7f13742

Fixes:

  • Use different EventEmitter instances for different services

2.1.0

Choose a tag to compare

@jqueryisamonad jqueryisamonad released this 15 Oct 13:05

Features

Manager

createService

2.0.0

Choose a tag to compare

@jqueryisamonad jqueryisamonad released this 06 Oct 12:52
7a5324a
  • 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

Choose a tag to compare

@mikitasolo mikitasolo released this 05 Jul 10:33
  • Update dependencies.
  • Fix required version of the Node.js.

1.0.0

Choose a tag to compare

@ezhivitsa ezhivitsa released this 23 May 18:55
  • 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

Choose a tag to compare

@ezhivitsa ezhivitsa released this 16 Dec 15:00
  • Stop using deprecated method ensureIndex of the monk.

0.3.0

Choose a tag to compare

@ezhivitsa ezhivitsa released this 28 Oct 11:00
  • Add ability to create custom methods for service and query service.
  • Add tests.