Skip to content

jCasbin 1.5.0

Compare
Choose a tag to compare
@hsluoyz hsluoyz released this 07 Jul 08:31
· 227 commits to master since this release

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.