Releases: casbin/node-casbin
Releases · casbin/node-casbin
v5.3.1
5.3.1 (2021-01-29)
Bug Fixes
- downgrade expression-eval back to v2.0.0 to avoid semantic-release failure, revert: #222 (8c0b1fd)
v5.2.3
5.2.3 (2020-12-19)
Bug Fixes
- downgrade target from ESNext to ES2017 for building esm (7dfcf93)
v5.2.2
5.2.2 (2020-11-29)
Bug Fixes
- builtinoperators: fix function keyMatch3 (1245aa0), closes #214
v5.2.1
5.2.1 (2020-11-15)
Bug Fixes
- rbac: fix defaultRoleManager hasRole method (#211) (4f3ba65)
v5.2.0
5.2.0 (2020-10-26)
Features
- changing TypeScript target from ES6 to ES2017 (6f4f50f)
v5.1.6
5.1.6 (2020-10-07)
Bug Fixes
- support pattern function in 3rd args of g (#199) (27005f8)
v5.1.5
5.1.5 (2020-09-14)
Bug Fixes
v5.1.4
5.1.4 (2020-09-10)
Bug Fixes
- add cache to generateGFunction (e90bed2)
v5.1.3
5.1.3 (2020-08-30)
Bug Fixes
- update casbinJsGetPermissionForUser for v0.1.0 Casbin.js (#186) (6c277e8)
v5.1.2
5.1.2 (2020-08-12)
Bug Fixes
- add checks fieldValues to remove filtered policy (6e144fb)