Releases: casbin/node-casbin
Releases · casbin/node-casbin
v4.2.0
4.2.0 (2020-04-05)
Features
- add glob pattern to built-in function (8415fc2)
v4.1.1
4.1.1 (2020-02-20)
Bug Fixes
- enforcer.ts: fix deleteUser and improve deleteRole description (1e6af16), closes #118
v4.1.0
4.1.0 (2020-02-13)
Features
v4.0.0
4.0.0 (2020-02-11)
improvement
- convert all management_api to async function (e9f4d38)
BREAKING CHANGES
v3.1.0
3.1.0 (2020-01-22)
Features
- implementation cachedEnforcer (0ace1a6)
v3.0.9
3.0.9 (2020-01-14)
Bug Fixes
- getImplicitPermissionsForUser missing domain parameter (584624c)
node-casbin v2.0.4
- Add domain paramter for getImplicitPermissionsForUser
node-casbin v3.0.8
Add check for model sections
node-casbin v3.0.7
Fix split error for policy
node-casbin v3.0.6
- Bump to typescript@3.7 and using eslint instead of tslint.
- Fix
loadFilteredPolicy()
.