Releases: SoftwareBrothers/adminjs-prisma
Releases · SoftwareBrothers/adminjs-prisma
v5.0.3
5.0.3 (2024-02-12)
Bug Fixes
- fix buildSortBy issue when sort is undefined (74ecdad)
v5.0.2
5.0.2 (2024-02-05)
Bug Fixes
- fix ordering for relationships (9e2dc7e)
v5.0.1
5.0.1 (2023-07-24)
Bug Fixes
- allow to pass custom client module to prisma adapter (2375021)
v5.0.0
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
4.0.1 (2023-07-12)
Bug Fixes
- tweak Resource.findOne to return null if no record is found (84e5e6a)
v4.0.0
4.0.0 (2023-04-18)
chore
BREAKING CHANGES
- The package won't support CJS anymore.
v4.0.0-beta.1
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
3.0.1 (2022-07-20)
Bug Fixes
v3.0.0
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
2.0.0 (2022-07-13)
chore
BREAKING CHANGES
- This package version should be used with AdminJS v6