Skip to content

Releases: arthurfiorette/prisma-json-types-generator

v3.2.2

01 Dec 15:46
cec3540
Compare
Choose a tag to compare

Full Changelog: v3.2.1...v3.2.2

v3.2.1

30 Nov 15:49
bc170b0
Compare
Choose a tag to compare

What's Changed

  • fix: re-add support for TypeScript 5.6 by @WikiRik in #422

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

29 Nov 22:44
145f723
Compare
Choose a tag to compare

What's Changed

  • Minor DX improvements
  • Support for Prisma v6
  • Fixed type problems with strictUndefinedChecks

Full Changelog: v3.1.1...v3.2.0

v3.1.1

30 Sep 03:11
457e7ea
Compare
Choose a tag to compare

What's Changed

  • Updated action dependencies
  • Reduced npm package size
  • Use commonjs attribute

Full Changelog: v3.1.0...v3.1.1

v3.1.0

30 Sep 02:53
9e80e53
Compare
Choose a tag to compare

What's Changed

  • Add support for type declarations by @rChaoz in #389
  • Updated dependencies
  • Improved package json fields
  • Migrated to biomejs
  • Refactored code to use more modern TS stuff
  • Fixed triple quoting on useType option (#292)
  • Improved documentation (#257)

New Contributors

Full Changelog: v3.0.4...v3.1.0

v3.0.4

17 Feb 14:45
3ae66f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

01 Nov 18:44
5e5b3e7
Compare
Choose a tag to compare

Important Changes

  • updated dependencies
  • fix: allow to push single items in arrays by @Yarmeli in #182

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

09 Oct 13:56
532f2a9
Compare
Choose a tag to compare

Important Changes

  • Correct generation when dealing with dots in the path in #166.

Full Changelog: v3.0.1...v3.0.2

v3.0.1

08 Sep 05:28
Compare
Choose a tag to compare

Important changes

  • More descriptive namespace generation. (#143)

Full Changelog: v3.0.0...v3.0.1

v3.0.0

02 Sep 21:08
Compare
Choose a tag to compare

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.