Skip to content

Releases: apache/casbin-typeorm-adapter

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 15:49

1.10.0 (2026-06-22)

Bug Fixes

  • replace disallowed third-party actions with native services in CI (0ef4a2b)
  • update repo path (5768803)

Features

  • upgrade typeorm to v1.0 and replace sqlite3 with better-sqlite3 (a5d88a1)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 18:27

1.9.0 (2026-02-02)

Features

  • upgrade CI to Node.js 20, update GitHub Actions versions, and restrict CI triggers (#75) (66da28d)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 07:04
16ad879

1.8.0 (2025-10-12)

Features

  • improve badges in README.md (16ad879)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 04:29

1.7.0 (2024-03-27)

Features

  • Implement UpdatableAdapter on adapter (#73) (e0a116b)
  • upgrade CI Node.js version to 20 (736be4e)

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 08 Jan 16:26
ae174c1

1.6.2 (2024-01-08)

Bug Fixes

  • fix code sample in the README.md (#70) (ae174c1)

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 15:42

1.6.1 (2023-09-15)

Bug Fixes

  • restore the original tsconfig.json (d694910)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 12:11

1.6.0 (2023-09-14)

Features

  • Update typescript to v5, use eslint, fix ObjectId issue, fix dependency lock (9dfa7c8)

v1.5.5

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:16
0f51e24

1.5.5 (2023-08-28)

Bug Fixes

  • support custom database table name in docs (#64) (0f51e24)

v1.5.4

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:37
612a9c9

1.5.4 (2023-07-18)

Bug Fixes

  • Fix failing typeorm-adapter with ACL model (#61) (612a9c9)

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 10:01
0d77b64

1.5.3 (2023-06-03)

Bug Fixes

  • fix bug that removeFilteredPolicy is not working properly (#58) (0d77b64), closes #57