Skip to content

Releases: moleculerjs/moleculer-db

moleculer-db@0.8.18

25 May 17:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/moleculerjs/moleculer-db/compare/moleculer-db@0.8.13...moleculer-db@0.8.18

moleculer-db@0.8.17

09 Jan 09:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/moleculerjs/moleculer-db/compare/moleculer-db@0.8.13...moleculer-db@0.8.17

moleculer-db@0.8.13

26 Apr 17:56
Compare
Choose a tag to compare

Changes

  • add cacheCleanEventType service setting #258

moleculer-db@0.8.11

16 Nov 14:50
Compare
Choose a tag to compare

Changes

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

moleculer-db-adapter-mongoose@0.8.9

16 Nov 14:49
Compare
Choose a tag to compare

Changes

fix mongoose stuck after broker.stop #233

moleculer-db-adapter-sequelize@0.2.10

16 Oct 17:40
Compare
Choose a tag to compare

Changes

  • Close Sequelize before connection error. #228

moleculer-db@0.8.10

27 Sep 12:09
Compare
Choose a tag to compare

Changes

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

moleculer-db-adapter-mongoose@0.8.8

27 Sep 12:08
Compare
Choose a tag to compare

Changes

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

moleculer-db@0.8.8

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

moleculer-db-adapter-sequelize@0.2.7

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