Releases: Quramy/prisma-fabbrica
Releases · Quramy/prisma-fabbrica
v2.0.1
Bug fixes
- Fix Import path to Prisma client on win32 generation (#169)
v2.0.0
Breaking changes
- Change support
@prisma/client
version to v5.0.0 (#166).
v1.1.1
Misc
- Set peer dependencies version for Prisma client
v1.0.3
Misc
- Add TypeScript v5 to peer dependencies
v1.0.2
Bug Fix
- Export
ModelFactoryInterface
#101
v1.0.1
Bug fix
- Import optional enum type (#92)
v1.0.0
Features
- Override scalar field generate functions (#35, #77)
Breaking change
There are no breaking changes.
v0.3.0
Misc
- Configure Node.js exports map (#66)
v0.2.4
Bug fix
- Fix
Node TypeLiteral did not pass test 'isEntityName'
assertion error (#63).