Releases: casbin/node-casbin
Releases · casbin/node-casbin
v5.14.0-beta.3
Bug Fixes
- use minimatch instead of picomatch (90e7128)
v5.14.0
5.14.0 (2022-03-18)
Features
- rbac: add
getUsersForRoleInDomain
& getRolesForUserInDomain
(#351) (4896ca2), closes #304
v5.13.2
5.13.2 (2022-03-02)
Bug Fixes
- matcher result should be boolean or number for KeyGet2 (#347) (0257078)
v5.14.0-beta.1
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)
v5.11.5
5.11.5 (2021-08-18)
Bug Fixes
- fix error overloading for role manager (#319) (e69450b)