Skip to content

Tags: apache/casbin-gorm-adapter-ex

Tags

v3.10.1

Toggle v3.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix broken links (#3)

* fix: fix broken links

* Update adapter.go

---------

Co-authored-by: hsluoyz <hsluoyz@qq.com>

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from JalinWang/rename

feat: rename module name

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: revert "fix: add column v6, v7" and restore columns up to v5 (#…

…181)

This reverts commit 34e13d4.

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support multiple filters for LoadFilteredPolicy (#178)

v3.7.4

Toggle v3.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #172 from tangyang9464/fix#171

fix: db can't reuse

v3.7.3

Toggle v3.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove the return value of TurnOffAutoMigrate (#170)

Signed-off-by: tangyang9464 <tangyang9464@163.com>

v3.7.2

Toggle v3.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: empty slice found error (#164)

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use TurnOffAutoMigrate instead of NewAdapterWithoutAutoMigrate (…

…#163)

Signed-off-by: tangyang9464 <tangyang9464@163.com>

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add sqlite support and turn off AutoMigrate description (#161)

Signed-off-by: tangyang9464 <tangyang9464@163.com>

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support SQLite by github.com/glebarez/sqlite (#158)

* feat: support SQLite by github.com/glebarez/sqlite

Signed-off-by: tangyang9464 <tangyang9464@163.com>

* Update adapter.go

* Update adapter_test.go

Co-authored-by: Yang Luo <hsluoyz@qq.com>