Skip to content

Tags: casbin/jcasbin

Tags

v1.85.1

Toggle v1.85.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove codebeat badge in README

v1.85.0

Toggle v1.85.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adds the missing `AddGroupingPoliciesEx` and `AddNamedGroupingP…

…oliciesEx` APIs to sync jCasbin with Go Casbin (#463)

v1.84.0

Toggle v1.84.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: sync with Casbin Go version: "g" function takes the first 3 par…

…ameters and truncates the rest (#458)

v1.83.0

Toggle v1.83.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix CachedEnforcer bug that false result was not cached (#457)

v1.82.0

Toggle v1.82.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: optimizations when logging is disabled (#453)

v1.81.0

Toggle v1.81.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: optimize fast path in convertInSyntax method (#451)

v1.80.0

Toggle v1.80.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: optimize convertInSyntax's performance (#450)

Optimise convertInSyntax method by compiling Pattern only once and creating StringBuffer only when needed.

v1.79.0

Toggle v1.79.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: sync keyMatch5 from Go to Java (#449)

v1.78.0

Toggle v1.78.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Revert "feat: fix the double quotes caused eval() bug" (#448)

This reverts commit 50d1967.

v1.77.0

Toggle v1.77.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix the double quotes caused eval() bug (#443)

* feat: fix the double quotes caused eval() bug

* feat: fix the conf file

* feat: fix the test case