Skip to content

Latest commit

 

History

History
126 lines (57 loc) · 5.85 KB

File metadata and controls

126 lines (57 loc) · 5.85 KB

5.6.1 (2026-01-04)

Bug Fixes

  • remove codebeat badge from README (a0f1ad3)

5.6.0 (2025-12-09)

Features

  • add configurable collection name via adapterOptions (7db67fa)

5.5.0 (2025-12-09)

Features

  • fix duplicate CI runs on pull requests (#83) (cd799f7)
  • upgrade CI scripts' Node.js version to 20 and 22 (#85) (ed25ea8)

5.4.0 (2025-08-15)

Features

  • improve README badges (f703392)
  • upgrade mongoose to 8.1.0 and casbin to 5.28.0 (#76) (78f5a6a)

5.3.1 (2023-08-06)

Bug Fixes

5.3.0 (2023-07-14)

Features

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

5.2.0 (2023-04-21)

Features

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

5.1.1 (2023-04-19)

Bug Fixes

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)

5.0.0 (2022-03-13)

Bug Fixes

BREAKING CHANGES

Co-authored-by: Shivansh Yadav yadavshivansh@gmail.com

4.0.1 (2022-01-31)

Bug Fixes

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

4.0.0 (2022-01-29)

Features

BREAKING CHANGES

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

3.1.1 (2021-08-28)

Bug Fixes

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

3.1.0 (2021-08-03)

Features

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

3.0.1 (2021-04-27)

Bug Fixes

  • no longer support legacy require (5b09912)