Releases: moleculerjs/moleculer-db
Releases · moleculerjs/moleculer-db
[email protected]
Changes
- fix mapping in
get
action with simple ID. #176
[email protected]
Changes
- Fix issue in full-text searching #122
[email protected]
Changes
- update dependencies
- add rest properties for CRUD actions
[email protected]
Breaking changes
Dependency sequelize
moved to peer dependencies. It means you should install sequelize
in your project.
New install script
$ npm install moleculer-db moleculer-db-adapter-sequelize sequelize --save
[email protected]
Changes
Mongoose connection logic has been changed. No need to update existing codes.
[email protected]
Changes
- Add
dbName
parameter to constructor. Example:adapter: new MongoAdapter("mongodb://localhost", { useNewUrlParser: true }, "moleculer-db-demo")
[email protected]
Changes
- update dependencies.
[email protected]
Changes
- add new CRUD (
_find
,_count
,_insert
,_create
,_get
,_update
,_remove
, ) methods by @rzvdaniel
[email protected]
Breaking changes
Dependency mongoose
moved to peer dependencies. It means you should install mongoose
in your project.
New install script
$ npm install moleculer-db moleculer-db-adapter-mongoose mongoose --save
[email protected]
Breaking changes
- fix wrong method name from
ojectIDToString
toobjectIDToString