Releases: moleculerjs/moleculer-db
Releases · moleculerjs/moleculer-db
[email protected]
What's Changed
- Update moleculer-db-adapter-mongoose type define by @moonrailgun in #267
- Remove useless code in moleculer-db-adapter-mongoose tsd by @moonrailgun in #269
- remove unnecessary sanitizeParams by @0x0a0d in #271
- Moving to NeDB fork, updating dependencies by @Wradgio in #270
- fix non 12 character non hex ids by @cintolas in #273
- Updated Imports in typings file by @zeeshanalisyed in #257
- fix mongoose search with query.$or by @0x0a0d in #284
- d.ts: DbAdapter.init() should return void by @0x0a0d in #286
- d.ts improve by @0x0a0d in #279
- fix settings populates d.ts by @0x0a0d in #294
- correct params for _get, _remove by @0x0a0d in #300
- feat: Add typescript support in sequelize adapter by @devalexandre in #297
- cover typo double space by @0x0a0d in #293
- fix #305 - Async custom validation by @DenisFerrero in #306
- fix: count just the right number of row by @DenisFerrero in #304
- fix: RegExp throw error if
search
startsWith '.' or '+' by @0x0a0d in #316 - [Snyk] Security upgrade @seald-io/nedb from 2.0.4 to 3.0.0 by @snyk-bot in #315
New Contributors
- @moonrailgun made their first contribution in #267
- @Wradgio made their first contribution in #270
- @zeeshanalisyed made their first contribution in #257
- @DenisFerrero made their first contribution in #306
Full Changelog: https://github.com/moleculerjs/moleculer-db/compare/[email protected]@0.8.18
[email protected]
What's Changed
- Update moleculer-db-adapter-mongoose type define by @moonrailgun in #267
- Remove useless code in moleculer-db-adapter-mongoose tsd by @moonrailgun in #269
- remove unnecessary sanitizeParams by @0x0a0d in #271
- Moving to NeDB fork, updating dependencies by @Wradgio in #270
- fix non 12 character non hex ids by @cintolas in #273
- Updated Imports in typings file by @zeeshanalisyed in #257
- fix mongoose search with query.$or by @0x0a0d in #284
- d.ts: DbAdapter.init() should return void by @0x0a0d in #286
- d.ts improve by @0x0a0d in #279
- fix settings populates d.ts by @0x0a0d in #294
- correct params for _get, _remove by @0x0a0d in #300
- feat: Add typescript support in sequelize adapter by @devalexandre in #297
- cover typo double space by @0x0a0d in #293
New Contributors
- @moonrailgun made their first contribution in #267
- @Wradgio made their first contribution in #270
- @zeeshanalisyed made their first contribution in #257
Full Changelog: https://github.com/moleculerjs/moleculer-db/compare/[email protected]@0.8.17
[email protected]
Changes
- add
cacheCleanEventType
service setting #258
[email protected]
Changes
- fix missing limit when directly call
this._list
#229
[email protected]
Changes
fix mongoose stuck after broker.stop
#233
[email protected]
Changes
- Close Sequelize before connection error. #228
[email protected]
[email protected]
Changes
fix connection error if there is more than one service #222