jCasbin v1.5.0 Release Notes

Release Date: 2020-07-07 // over 3 years ago
  • 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.

Previous changes from v1.4.0