5.36.0 (2024-11-22)
5.35.0 (2024-11-20)
5.34.0 (2024-11-04)
5.32.0 (2024-10-20)
5.31.0 (2024-09-28)
5.30.0 (2024-04-26)
5.29.0 (2024-04-10)
- update CI Node.js version to 18 and 20 (4aa74ab)
5.28.0 (2023-11-21)
- fix WatcherEx not triggered issue (61c1595)
5.27.1 (2023-09-19)
5.27.0 (2023-08-30)
5.26.2 (2023-07-29)
- add escapeCsv() for CSV file saving (17c542a)
5.26.1 (2023-03-29)
5.26.0 (2023-03-26)
5.25.0 (2023-03-20)
5.24.4 (2023-03-12)
- ./src/util/util.ts: fixed unwanted replacement of .r in evals according to issue #438 (#439) (39878be)
5.24.3 (2023-02-27)
5.24.2 (2023-02-24)
5.24.1 (2023-02-17)
5.24.0 (2023-02-17)
5.23.2 (2023-02-04)
5.23.1 (2023-02-02)
5.23.0 (2023-02-01)
- support
updateGroupingPolicy()
,updateNamedGroupingPolicy()
,getImplicitResourcesForUser()
(#419) (46c0f3a)
5.22.0 (2023-01-31)
5.21.0 (2023-01-21)
5.20.4 (2023-01-20)
5.20.3 (2023-01-10)
5.20.2 (2023-01-08)
5.20.1 (2022-12-31)
5.20.0 (2022-12-29)
5.19.3 (2022-12-02)
5.19.2 (2022-11-12)
5.19.1 (2022-10-04)
5.19.0 (2022-09-24)
5.18.0 (2022-09-14)
5.17.0 (2022-08-18)
5.16.0 (2022-08-11)
5.15.2 (2022-06-22)
5.15.1 (2022-04-27)
5.15.0 (2022-04-15)
5.14.0 (2022-03-18)
5.13.2 (2022-03-02)
5.13.1 (2022-02-22)
5.13.0 (2022-01-25)
5.12.0 (2022-01-16)
5.11.5 (2021-08-18)
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)
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)