Skip to content

Releases: SoftwareBrothers/adminjs-typeorm

v5.0.1

14 Feb 13:13
Compare
Choose a tag to compare

5.0.1 (2024-02-14)

Bug Fixes

  • allow editing non-generated ids (1f97c75)

v5.0.0

18 Apr 07:22
Compare
Choose a tag to compare

5.0.0 (2023-04-18)

chore

BREAKING CHANGES

  • The package won't support CJS anymore.

v5.0.0-beta.1

20 Mar 13:02
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

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

13 Jul 14:30
Compare
Choose a tag to compare

4.0.0 (2022-07-13)

chore

BREAKING CHANGES

  • This package version should be used with AdminJS v6

v3.0.2

24 Jun 11:52
Compare
Choose a tag to compare

3.0.2 (2022-06-24)

Bug Fixes

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

v3.0.1

23 Jun 11:59
Compare
Choose a tag to compare

3.0.1 (2022-06-23)

Bug Fixes

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

v3.0.0

26 Apr 22:32
Compare
Choose a tag to compare

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

05 Apr 10:02
Compare
Choose a tag to compare

2.0.4 (2022-04-05)

Bug Fixes

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

v2.0.3

03 Apr 07:23
Compare
Choose a tag to compare

2.0.3 (2022-04-03)

Bug Fixes

  • fix uuid casting for filters (96f4b3f)

v2.0.2

24 Feb 10:33
Compare
Choose a tag to compare

2.0.2 (2022-02-24)

Bug Fixes

  • handle UUID type in filters (69b3a72)