Skip to content

v3.0.0

Compare
Choose a tag to compare
@arthurfiorette arthurfiorette released this 02 Sep 21:08
· 158 commits to main since this release

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 allowAny to convert untyped json from any to unknown.
  • 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.