Releases: casbin/node-casbin
Releases · casbin/node-casbin
node-casbin 2.0.0
- [Breaking Change] Remove
Enforcer.newEnforcer()
andEnforcer.newModel()
, please usecasbin.newEnforcer()
andcasbin.newModel()
instead. - Add
Logger
interface, A customLogger
implementation can be used in Casbin. - Reduce the package size from 13.1 MB to 6 MB: #37
node-casbin 1.1.9
- Fix the issue of
v1.1.8
node-casbin 1.1.8
- Adjust the API interface.
node-casbin 1.1.7
- Fixed a bug that
loadFilteredPolicy()
is not async.
node-casbin 1.1.6
- Fixed a bug in
savePolicy()
. - Fixed a bug in
enforce()
.
node-casbin 1.1.5
Fix the bugs in RBAC API's getUsersForRole()
.
node-casbin 1.1.4
Fix domain
parameter support for RBAC API.
node-casbin 1.1.2
Fix bugs in Management API and RBAC API.
node-casbin 1.1.1
Fix the wrong parameter type in Util.array2DEquals()
.
node-casbin 1.1.0
v1.1.0 Bump to v1.1.0