Skip to content

Releases: SoftwareBrothers/adminjs-prisma

v5.0.3

12 Feb 15:57
Compare
Choose a tag to compare

5.0.3 (2024-02-12)

Bug Fixes

  • fix buildSortBy issue when sort is undefined (74ecdad)

v5.0.2

05 Feb 18:58
Compare
Choose a tag to compare

5.0.2 (2024-02-05)

Bug Fixes

  • fix ordering for relationships (9e2dc7e)

v5.0.1

24 Jul 06:54
Compare
Choose a tag to compare

5.0.1 (2023-07-24)

Bug Fixes

  • allow to pass custom client module to prisma adapter (2375021)

v5.0.0

18 Jul 07:39
Compare
Choose a tag to compare

5.0.0 (2023-07-18)

Features

  • fix DMMF issues, update prisma to 5+ (69ffa6f)

BREAKING CHANGES

  • You should now use "getModelByName" helper exported by "@adminjs/prisma".

v4.0.1

12 Jul 08:38
Compare
Choose a tag to compare

4.0.1 (2023-07-12)

Bug Fixes

  • tweak Resource.findOne to return null if no record is found (84e5e6a)

v4.0.0

18 Apr 07:17
Compare
Choose a tag to compare

4.0.0 (2023-04-18)

chore

BREAKING CHANGES

  • The package won't support CJS anymore.

v4.0.0-beta.1

20 Mar 12:18
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

Features

  • rewrite package to esmodules (bee4a0b)

Tests

  • make changes to jest configuration (6d9d590)

BREAKING CHANGES

  • The package won't support CJS anymore.

v3.0.1

20 Jul 17:48
Compare
Choose a tag to compare

3.0.1 (2022-07-20)

Bug Fixes

  • deps: updated peer deps (d641052)

v3.0.0

20 Jul 11:42
Compare
Choose a tag to compare

3.0.0 (2022-07-20)

chore

BREAKING CHANGES

  • Prisma has been upgraded to v4. Please check README.md for setup changes or simply rename ._dmmf to ._baseDmmf in your AdminJS Prisma setup.

v2.0.0

13 Jul 14:31
Compare
Choose a tag to compare

2.0.0 (2022-07-13)

chore

BREAKING CHANGES

  • This package version should be used with AdminJS v6