Releases: casbin/node-casbin
Releases · casbin/node-casbin
v5.34.0
5.34.0 (2024-11-04)
Features
- switch dependency to our own package: @casbin/expression-eval 5.2.0 (#489) (acf39c2)
v5.32.0
5.32.0 (2024-10-20)
Features
- use
import { Buffer } from 'buffer/'
to be compatible with Bun (#486) (738b2b6)
v5.31.0
5.31.0 (2024-09-28)
Features
- prevent duplicated sections and invalid operators in config and model (#484) (79e0f1c)
v5.30.0
5.30.0 (2024-04-26)
Features
- ensure eft and priority are respected in p2, r2, etc (#475) (8ef3deb), closes #474
v5.29.0
5.29.0 (2024-04-10)
Features
- update CI Node.js version to 18 and 20 (4aa74ab)
v5.28.0
5.28.0 (2023-11-21)
Features
- fix WatcherEx not triggered issue (61c1595)
v5.27.1
5.27.1 (2023-09-19)
Bug Fixes
- KeyMatch5 does not match the expected result (#458) (0df458d)
v5.27.0
5.27.0 (2023-08-30)
Features
- add
enforceWithMatcher
& enforceExWithMatcher
(#453) (a85192f)
v5.26.2
5.26.2 (2023-07-29)
Bug Fixes
- add escapeCsv() for CSV file saving (17c542a)
v5.26.1
5.26.1 (2023-03-29)
Bug Fixes
- escapeAssertion is compatible with safari (#444) (d13a3b9)