Skip to content

Releases: SoftwareBrothers/adminjs-typeorm

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Feb 13:13

5.0.1 (2024-02-14)

Bug Fixes

  • allow editing non-generated ids (1f97c75)

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 07:22

5.0.0 (2023-04-18)

chore

BREAKING CHANGES

  • The package won't support CJS anymore.

v5.0.0-beta.1

v5.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Mar 13:02

5.0.0-beta.1 (2023-03-20)

chore

  • update packages for ESM (54683c5)

BREAKING CHANGES

  • The package won't support CJS anymore.

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:30

4.0.0 (2022-07-13)

chore

BREAKING CHANGES

  • This package version should be used with AdminJS v6

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:52

3.0.2 (2022-06-24)

Bug Fixes

  • cast to CHAR instead of TEXT when filtering uuid fields (#45) (a2bcc4e)

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 11:59

3.0.1 (2022-06-23)

Bug Fixes

  • unflatten params in "create" method (4b2b389)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 22:32

3.0.0 (2022-04-26)

Features

BREAKING CHANGES

  • The adapter has been updated to work with Typeorm of version ~0.3.0 so it will no longer work with older versions of Typeorm.
  • Change Connection input to DataSource for referencing database
  • Update all find methods to findBy

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 05 Apr 10:02

2.0.4 (2022-04-05)

Bug Fixes

  • replace ^ with ~ for typeorm version to avoid accidental bump (4cd3882)

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Apr 07:23

2.0.3 (2022-04-03)

Bug Fixes

  • fix uuid casting for filters (96f4b3f)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Feb 10:33

2.0.2 (2022-02-24)

Bug Fixes

  • handle UUID type in filters (69b3a72)