Skip to content

Releases: node-casbin/mongoose-adapter

v5.3.1

06 Aug 14:13
Compare
Choose a tag to compare

5.3.1 (2023-08-06)

Bug Fixes

v5.3.0

14 Jul 04:03
Compare
Choose a tag to compare

5.3.0 (2023-07-14)

Features

  • update mongoose dependency to 7.3.4 (#73) (bbc7953)

v5.2.0

21 Apr 00:06
Compare
Choose a tag to compare

5.2.0 (2023-04-21)

Features

  • enable mongoose timestamps for casbin rule model via adapter options (#71) (3dd8862)

v5.1.1

19 Apr 13:22
Compare
Choose a tag to compare

5.1.1 (2023-04-19)

Bug Fixes

v5.1.0

21 Mar 04:32
Compare
Choose a tag to compare

5.1.0 (2022-03-21)

Bug Fixes

  • format issues (d653519)
  • token parsing issues if token contains delimeter (cd695a6)
  • update lock file (203cc98)

Features

  • add postinstall script (af93ec8)
  • check if the word is already wrapped in quotes (d31166e)

v5.0.0

13 Mar 05:21
Compare
Choose a tag to compare

5.0.0 (2022-03-13)

Bug Fixes

BREAKING CHANGES

Co-authored-by: Shivansh Yadav [email protected]

v4.0.1

31 Jan 13:32
Compare
Choose a tag to compare

4.0.1 (2022-01-31)

Bug Fixes

  • adapter: expose mongoose instance as public property (#54) (31e6ef9)

v4.0.0

29 Jan 07:37
Compare
Choose a tag to compare

4.0.0 (2022-01-29)

Features

BREAKING CHANGES

  • upgrade to Mongoose 6.x and drop Node 10 support

v3.1.1

28 Aug 10:21
Compare
Choose a tag to compare

3.1.1 (2021-08-28)

Bug Fixes

  • fix wrong action with empty string (#47) (f51fdde)

v3.1.0

03 Aug 10:37
Compare
Choose a tag to compare

3.1.0 (2021-08-03)

Features

  • implement UpdatableAdapter interface (#49) (131a446)