5.2.1 (2020-11-15)
5.2.0 (2020-10-26)
- changing TypeScript target from ES6 to ES2017 (6f4f50f)
5.1.6 (2020-10-07)
5.1.5 (2020-09-14)
- ignore print model (f426131)
5.1.4 (2020-09-10)
- add cache to generateGFunction (e90bed2)
5.1.3 (2020-08-30)
5.1.2 (2020-08-12)
- add checks fieldValues to remove filtered policy (6e144fb)
5.1.1 (2020-08-12)
- add check if the adapter implements BatchAdapter (a415838)
5.1.0 (2020-08-11)
- add casbinJsGetPermissionForUser (30ae126)
5.0.6 (2020-07-16)
- add casbin-cpp to supported languages. (b856734)
5.0.5 (2020-07-08)
- improve tokens separator (687e96f)
5.0.4 (2020-06-08)
- remove lodash (293a852)
5.0.3 (2020-05-27)
- check adapter type (a74314d)
5.0.2 (2020-05-25)
- Add imports and batchFileAdapter implementation. (3804c3d)
- Add tests for batch operations. (e6ad7af)
- Merge conflicts. (7179b17)
5.0.1 (2020-05-22)
- support comments after expression (c97cb26)
5.0.0 (2020-05-18)
- model addPolicies, removePolicies and removeFilteredPolicy returns [boolean, string[][]]
-
- provides a new interface for Effector
4.7.2 (2020-05-09)
- stackoverflow in getImplicitRolesForUser (d0fc49f)
4.7.1 (2020-05-08)
- Add examples. (5cf950a)
- Added ABAC policy logic to the private enforcer. (c6fc487)
- Added util functions and util tests. (72918bc)
- compatible types (58242a5)
- tests. (4da5291)
4.7.0 (2020-05-03)
- add getImplicitUsersForPermission (ad9df14)
4.6.0 (2020-05-02)
4.5.0 (2020-04-30)
- avoid miss initialize() (1394e8d)
4.4.0 (2020-04-25)
- add addMatchingFunc to DefaultRoleManager (cc04e65)
4.3.1 (2020-04-21)
- improve update into adapter before model (0e9ccc6)
4.3.0 (2020-04-20)
- controls whether to automatically notify Watcher (2ce07c2)
4.2.1 (2020-04-05)
- remove use spread operator with await in array (6e4f876)
4.2.0 (2020-04-05)
- add glob pattern to built-in function (8415fc2)
4.1.1 (2020-02-20)
4.1.0 (2020-02-13)
- synchronized enforcer (ecec514)
4.0.0 (2020-02-11)
- convert all management_api to async function (e9f4d38)
- see #
3.1.0 (2020-01-22)
- implementation cachedEnforcer (0ace1a6)
3.0.9 (2020-01-14)
- getImplicitPermissionsForUser missing domain parameter (584624c)