Releases: zakodium/adonis-mongodb
Releases · zakodium/adonis-mongodb
v0.14.3
0.14.3 (2023-03-07)
Bug Fixes
- set exit code to 1 if migration failed (#140) (f07017c)
v0.14.1
0.14.1 (2023-03-06)
Bug Fixes
- add "override" to migration template (#132) (d8f8dc7)
- ignore type declaration files in migrations directory (#137) (b7eda71)
v0.14.0
0.14.0 (2023-02-13)
⚠ BREAKING CHANGES
- Drop support for Node.js 14.x and MongoDB 4.x
Miscellaneous Chores
@zakodium/adonis-mongodb v0.13.0
Features
- migrations: add dropIndex method (16652d8)
@zakodium/adonis-mongodb v0.12.0
Features
- implement
model.$original
and model.$attributes
(952a139)
- improve custom inspect output (7fb3a3e)
Bug Fixes
- throw an error when user attempts to spread a model (ffacaca)
@zakodium/adonis-mongodb v0.11.0
⚠ BREAKING CHANGES
- It is no longer possible to pass explain to the query() method's driver options. Use the new
explain
method instead.
- It is no longer possible to pass sort, skip or limit to the query() method's driver options. Use the new
sort
, sortBy
, skip
and limit
methods instead.
Features
- add explain query method (42491b5)
- add sort, sortBy, skip and limit query methods (29cc49c)
- implement $isPersisted, $isNew and $isLocal model properties (4c7b36e)
@zakodium/adonis-mongodb v0.10.6
Bug Fixes
- correct types of MongodbModelAuthProvider (#104) (e913e53)
@zakodium/adonis-mongodb v0.10.5
@zakodium/adonis-mongodb v0.10.4
Bug Fixes
- typings: make query filter optional (#94) (fc1c6f6)