5.11.4 (2021-08-17)
- replaceeval: add third param to replaceEval and only replace eval() w/ matching ruleName (#316) (bd4f5bf), closes #315 #315
5.11.3 (2021-08-13)
5.11.2 (2021-08-13)
5.11.1 (2021-07-29)
- fix
in
opertor (17f3588)
5.11.0 (2021-07-23)
5.10.0 (2021-07-19)
- use new license format (284d2a4)
5.9.0 (2021-06-18)
5.8.0 (2021-06-14)
- add support for
in
operator (a44c6a9)
5.7.2 (2021-06-12)
- Support for loadIncrementalFilteredPolicy (72c2001)
5.7.1 (2021-05-19)
5.7.0 (2021-05-14)
5.6.3 (2021-05-07)
- fix buildRoleLinks to isolate groups (0fb6ae7)
5.6.2 (2021-05-02)
5.6.1 (2021-04-05)
5.6.0 (2021-03-23)
5.5.0 (2021-03-19)
- add initRmMap (87f8011)
- add named addMatchingFunc (65d3a26)
- add sync mode (70e4e12)
- add unittest (3cd5b73)
5.4.2 (2021-03-04)
- improve load policy line (9f12511)
5.4.1 (2021-02-19)
- fix unexpected parser action (3074fa9)
5.4.0 (2021-02-06)
5.3.1 (2021-01-29)
- downgrade expression-eval back to v2.0.0 to avoid semantic-release failure, revert: casbin#222 (8c0b1fd)
5.3.0 (2021-01-28)
- enforceSync (ff41f0a)
5.2.3 (2021-01-08)
5.2.3 (2021-01-08)
- downgrade target from ESNext to ES2017 for building esm (7dfcf93)
5.2.3 (2020-12-19)
- downgrade target from ESNext to ES2017 for building esm (7dfcf93)
5.2.2 (2020-11-29)
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)