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.4.1

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

5.4.1 (2021-02-19)

Bug Fixes

  • fix unexpected parser action (3074fa9)
node-casbin - v5.4.0

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

5.4.0 (2021-02-06)

Features

node-casbin - v5.3.1

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

5.3.1 (2021-01-29)

Bug Fixes

node-casbin - v5.2.3

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

5.2.3 (2020-12-19)

Bug Fixes

  • downgrade target from ESNext to ES2017 for building esm (7dfcf93)
node-casbin - v5.2.2

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

5.2.2 (2020-11-29)

Bug Fixes

  • builtinoperators: fix function keyMatch3 (1245aa0), closes #214
node-casbin - v5.2.1

Published by nodece almost 4 years ago

5.2.1 (2020-11-15)

Bug Fixes

  • rbac: fix defaultRoleManager hasRole method (#211) (4f3ba65)
node-casbin - v5.2.0

Published by nodece almost 4 years ago

5.2.0 (2020-10-26)

Features

  • changing TypeScript target from ES6 to ES2017 (6f4f50f)
node-casbin - v5.1.6

Published by nodece about 4 years ago

5.1.6 (2020-10-07)

Bug Fixes

  • support pattern function in 3rd args of g (#199) (27005f8)
node-casbin - v5.1.5

Published by nodece about 4 years ago

5.1.5 (2020-09-14)

Bug Fixes

node-casbin - v5.1.4

Published by nodece about 4 years ago

5.1.4 (2020-09-10)

Bug Fixes

  • add cache to generateGFunction (e90bed2)
node-casbin - v5.1.3

Published by nodece about 4 years ago

5.1.3 (2020-08-30)

Bug Fixes

  • update casbinJsGetPermissionForUser for v0.1.0 Casbin.js (#186) (6c277e8)
node-casbin - v5.1.2

Published by nodece about 4 years ago

5.1.2 (2020-08-12)

Bug Fixes

  • add checks fieldValues to remove filtered policy (6e144fb)
node-casbin - v5.1.1

Published by nodece about 4 years ago

5.1.1 (2020-08-12)

Bug Fixes

  • add check if the adapter implements BatchAdapter (a415838)
node-casbin - v5.1.0

Published by nodece about 4 years ago

5.1.0 (2020-08-11)

Features

  • add casbinJsGetPermissionForUser (30ae126)
node-casbin - v5.0.7

Published by nodece about 4 years ago

  • export ESM module.
node-casbin - v5.0.6

Published by nodece over 4 years ago

5.0.6 (2020-07-16)

Bug Fixes

  • add casbin-cpp to supported languages. (b856734)
node-casbin - v5.0.5

Published by nodece over 4 years ago

5.0.5 (2020-07-08)

Bug Fixes

  • improve tokens separator (687e96f)
node-casbin - v5.0.4

Published by nodece over 4 years ago

5.0.4 (2020-06-08)

Bug Fixes

node-casbin - v5.0.3

Published by nodece over 4 years ago

5.0.3 (2020-05-27)

Bug Fixes

node-casbin - v5.0.2

Published by nodece over 4 years ago

5.0.2 (2020-05-25)

Bug Fixes

  • Add imports and batchFileAdapter implementation. (3804c3d)
  • Add tests for batch operations. (e6ad7af)
  • Merge conflicts. (7179b17)