node-casbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser

APACHE-2.0 License

Downloads
207.9K
Stars
2.5K
Committers
44

Bot releases are visible (Hide)

node-casbin - v5.20.2

Published by github-actions[bot] almost 2 years ago

5.20.2 (2023-01-08)

Bug Fixes

  • Upgraded CI Nodejs version to v14.16.18. (#410) (9aadcd7)
node-casbin - v5.20.1

Published by github-actions[bot] almost 2 years ago

5.20.1 (2022-12-31)

Bug Fixes

node-casbin - v5.20.0

Published by github-actions[bot] almost 2 years ago

5.20.0 (2022-12-29)

Features

  • defaultrolemanager.ts: add hierarchical domain support for rbac (#380) (da980af), closes #377
node-casbin - v5.19.3

Published by github-actions[bot] almost 2 years ago

5.19.3 (2022-12-02)

Bug Fixes

  • update express-eval dependency to v5 (#400) (02a9496)
node-casbin - v5.19.2

Published by github-actions[bot] almost 2 years ago

5.19.2 (2022-11-12)

Bug Fixes

node-casbin - v5.19.1

Published by github-actions[bot] about 2 years ago

5.19.1 (2022-10-04)

Bug Fixes

node-casbin - v5.19.0

Published by github-actions[bot] about 2 years ago

5.19.0 (2022-09-24)

Features

node-casbin - v5.18.0

Published by github-actions[bot] about 2 years ago

5.18.0 (2022-09-14)

Features

  • add management api for watcherEx callbacks (#384) (591233f)
node-casbin - v5.17.0

Published by github-actions[bot] about 2 years ago

5.17.0 (2022-08-18)

Features

node-casbin - v5.16.0

Published by github-actions[bot] about 2 years ago

5.16.0 (2022-08-11)

Features

  • add support for g() in SyncedEnforcer (#378) (a74067a)
node-casbin - v5.15.2

Published by github-actions[bot] over 2 years ago

5.15.2 (2022-06-22)

Bug Fixes

node-casbin - v5.15.1

Published by github-actions[bot] over 2 years ago

5.15.1 (2022-04-27)

Bug Fixes

node-casbin - v5.14.0-beta.4

Published by github-actions[bot] over 2 years ago

5.14.0-beta.4 (2022-04-15)

Features

node-casbin - v5.15.0

Published by github-actions[bot] over 2 years ago

5.15.0 (2022-04-15)

Features

node-casbin - v5.14.0-beta.3

Published by github-actions[bot] over 2 years ago

5.14.0-beta.3 (2022-03-19)

Bug Fixes

  • use minimatch instead of picomatch (90e7128)
node-casbin - v5.14.0-beta.2

Published by github-actions[bot] over 2 years ago

5.14.0-beta.2 (2022-03-19)

Bug Fixes

node-casbin - v5.14.0

Published by github-actions[bot] over 2 years ago

5.14.0 (2022-03-18)

Features

  • rbac: add getUsersForRoleInDomain & getRolesForUserInDomain (#351) (4896ca2), closes #304
node-casbin - v5.13.2

Published by github-actions[bot] over 2 years ago

5.13.2 (2022-03-02)

Bug Fixes

  • matcher result should be boolean or number for KeyGet2 (#347) (0257078)
node-casbin - v5.14.0-beta.1

Published by github-actions[bot] over 2 years ago

5.14.0-beta.1 (2022-02-27)(Major version)

Bug Fixes

  • fix logic error and add unittests (e36cc23)
  • rename StringAdapter to MemoryAdapter (0b1019a)
  • use csv-like format (3b54c93)

Features

  • add policyArrayToString and policyStringToArray to util (0f66bc1)
  • Extend multiple sections type of escapeAssertion (#180) (33c784c)
  • implement csv parser (968a232)
  • implement string adapater (0c59cae)
  • Multiple sections type (cc58c57)
  • RBAC with Domains API (3e38bb5)
node-casbin - v5.13.1

Published by github-actions[bot] over 2 years ago

5.13.1 (2022-02-22)

Bug Fixes

  • 'eval' not detected (86e2add)
  • created two regex expressions (de5f2f4)