jCasbin 1.5.0
General
- Add saveModelToText() and savePolicyToText().
- Add a lot of missing APIs and their tests compared to Golang.
- Add FilteredAdapter.
- Add scaling ABAC (eval) feature.
Model
- Make model delimiter more lenient to whitespace.
Management API
- Add
getPermittedActions()
. - Add duplicate check.
RBAC API
- Add
getImplicitPermissionsForUserInDomain()
. - Fix output bug in
getRolesForUser()
.
Function
- Performance improvement for built-in functions.
Test
- Add some benchmarks.