Prisma Fabbrica Versions Save

Prisma generator to define model factory

v2.1.3

2 weeks ago

What's Changed

  • Update some dependencies

Full Changelog: https://github.com/Quramy/prisma-fabbrica/compare/v2.1.2...v2.1.3

v2.1.2

1 month ago

What's Changed

Full Changelog: https://github.com/Quramy/prisma-fabbrica/compare/v2.1.1...v2.1.2

v2.1.1

2 months ago

Bug fixes

Full Changelog: https://github.com/Quramy/prisma-fabbrica/compare/v2.1.0...v2.1.1

v2.1.0

4 months ago

New features

  • Isolate PrismaClient instance for each fabbrica file (#257)

v2.0.2

7 months ago

Bug fixes

  • Ignore to generate factories of model whose fields annotated as Unsupported #209

v2.0.1

10 months ago

Bug fixes

  • Fix Import path to Prisma client on win32 generation (#169)

v2.0.0

10 months ago

Breaking changes

  • Change support @prisma/client version to v5.0.0 (#166).

v1.1.1

10 months ago

Misc

  • Set peer dependencies version for Prisma client

v1.1.0

10 months ago

New features

  • Traits (#116)

v1.0.3

1 year ago

Misc

  • Add TypeScript v5 to peer dependencies