Skip to content

Releases: SoftwareBrothers/adminjs-prisma

v5.0.4

Choose a tag to compare

@github-actions github-actions released this 18 Jun 12:45

5.0.4 (2025-06-18)

Bug Fixes

v5.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Feb 15:57

5.0.3 (2024-02-12)

Bug Fixes

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

v5.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Feb 18:58

5.0.2 (2024-02-05)

Bug Fixes

  • fix ordering for relationships (9e2dc7e)

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 06:54

5.0.1 (2023-07-24)

Bug Fixes

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

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:39

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

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:38

4.0.1 (2023-07-12)

Bug Fixes

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

v4.0.0

Choose a tag to compare

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

4.0.0 (2023-04-18)

chore

BREAKING CHANGES

  • The package won't support CJS anymore.

v4.0.0-beta.1

v4.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Mar 12:18

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

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:48

3.0.1 (2022-07-20)

Bug Fixes

  • deps: updated peer deps (d641052)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 11:42

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.