Skip to content

Releases: zakodium/adonis-mongodb

v0.14.3

07 Mar 09:28
ca78e04
Compare
Choose a tag to compare

0.14.3 (2023-03-07)

Bug Fixes

  • set exit code to 1 if migration failed (#140) (f07017c)

v0.14.2

07 Mar 08:30
8e5b4d5
Compare
Choose a tag to compare

0.14.2 (2023-03-07)

Bug Fixes

v0.14.1

06 Mar 14:42
b33e134
Compare
Choose a tag to compare

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

13 Feb 14:45
f5e9f49
Compare
Choose a tag to compare

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

22 Nov 11:37
6ceb341
Compare
Choose a tag to compare

Features

  • migrations: add dropIndex method (16652d8)

@zakodium/adonis-mongodb v0.12.0

23 Sep 15:39
638a5ec
Compare
Choose a tag to compare

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

16 Sep 15:04
610e265
Compare
Choose a tag to compare

⚠ 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

01 Sep 10:22
22a3c64
Compare
Choose a tag to compare

Bug Fixes

  • correct types of MongodbModelAuthProvider (#104) (e913e53)

@zakodium/adonis-mongodb v0.10.5

01 Sep 10:04
c3d5af3
Compare
Choose a tag to compare

Bug Fixes

@zakodium/adonis-mongodb v0.10.4

20 Jul 08:04
0ecfb81
Compare
Choose a tag to compare

Bug Fixes

  • typings: make query filter optional (#94) (fc1c6f6)