Skip to content

Releases: moleculerjs/moleculer-db

[email protected]

25 May 17:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/moleculerjs/moleculer-db/compare/[email protected]@0.8.18

[email protected]

09 Jan 09:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/moleculerjs/moleculer-db/compare/[email protected]@0.8.17

[email protected]

26 Apr 17:56
Compare
Choose a tag to compare

Changes

  • add cacheCleanEventType service setting #258

[email protected]

16 Nov 14:50
Compare
Choose a tag to compare

Changes

  • fix missing limit when directly call this._list #229

[email protected]

16 Nov 14:49
Compare
Choose a tag to compare

Changes

fix mongoose stuck after broker.stop #233

[email protected]

16 Oct 17:40
Compare
Choose a tag to compare

Changes

  • Close Sequelize before connection error. #228

[email protected]

27 Sep 12:09
Compare
Choose a tag to compare

Changes

  • allow to specify resulting populated field name #224
  • update typescript definitions #202, #208

[email protected]

27 Sep 12:08
Compare
Choose a tag to compare

Changes

fix connection error if there is more than one service #222

[email protected]

06 Jun 14:09
Compare
Choose a tag to compare

Changes

  • handling nested fields in populating. #177
  • use dot notation in update action in case of useDotNotation: true. #183

[email protected]

06 Jun 14:09
Compare
Choose a tag to compare

Changes

  • consider query filters in case of full-text searching. #153
  • use sync option from sequelize config for disable/enable sync model. #192