Breaking changes!
- Removed support for prisma v4 and added support for prisma v5. (#131)
Important changes
- Added typescript to peer dependencies. (#106) Thanks @thibaultleouay
- Prisma V5 support (#131) Thanks @janpio, @cpojer, @stonexer, @elijaholmos and @OmarBish
- Added multiple test suites to catch multiple edge cases
- Added
allowAnyto convert untyped json fromanytounknown. - Added literal type annotations with
/// ![T]syntax - Migrated to partial generation to keep this generator useful even if some types errors out.
- Oficial support to all databases.