Skip to content

Releases: arthurfiorette/prisma-json-types-generator

v4.1.1

26 Jan 20:40
79143d0

Choose a tag to compare

What's Changed

  • fix: Fix types generated on where inputs for nullable int/float fields without annotations by @ryodine in #625

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

08 Jan 23:28
84af0d2

Choose a tag to compare

What's Changed

  • Prisma 7.2.0
  • Added support for multiple prisma clients at the same time.

Full Changelog: v4.0.1...v4.1.0

v4.0.1

08 Dec 13:27
4134508

Choose a tag to compare

What's Changed

  • Fix missing Prisma namespace prefix for NullableJsonNullValueInput by @Copilot in #605

Full Changelog: v4.0.0...v4.0.1

v4.0.0

05 Dec 23:39
61fe502

Choose a tag to compare

What's Changed

  • Fix groupBy JSON field typing for lowercase model names by @Copilot in #604

Pre-releases Changelog

  • Prisma 7 support by @arthurfiorette in #592
  • Fix Prisma 7 UpdateInput types not transformed due to missing Prisma. prefix by @Copilot in #599
  • Add test coverage for groupBy JSON field typing by @Copilot in #601
  • fix: Add support for number (Int/Float) type annotations on fields by @Copilot in #602
  • Fix String[] type generation with Prisma. prefix (Prisma 7) by @Copilot in #600

New Contributors

  • @Copilot made their first contribution in #599

Full Changelog: v3.6.2...v4.0.0

v4.0.0-beta.2

02 Dec 00:34
c05120f

Choose a tag to compare

v4.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • Fix Prisma 7 UpdateInput types not transformed due to missing Prisma. prefix by @Copilot in #599
  • Add test coverage for groupBy JSON field typing by @Copilot in #601
  • fix: Add support for number (Int/Float) type annotations on fields by @Copilot in #602
  • Fix String[] type generation with Prisma. prefix (Prisma 7) by @Copilot in #600

New Contributors

  • @Copilot made their first contribution in #599

Full Changelog: v4.0.0-beta.1...v4.0.0-beta.2

v4.0.0-beta.1

23 Nov 03:25
4318fbf

Choose a tag to compare

v4.0.0-beta.1 Pre-release
Pre-release

Prisma 7

This version brings support for Prisma 7! 🎉

npm install -D prisma@^7 prisma-json-types-generator@beta
  • v4.x → Prisma 7
  • v3.x and below → Prisma 6

Please open issues to report any bugs or problems you encounter! Your feedback is essential to ensure the stability of this release.

👉 Report an Issue


Full Changelog: v3.6.2...v4.0.0-beta.1

v3.6.2

05 Oct 18:12
4019d53

Choose a tag to compare

Important

Maintenance Status Update: This project's maintenance approach has changed. Please see this issue for details about what this means for users and the project's future.

What's Changed

  • build(deps): bump the prisma group with 4 updates by @dependabot[bot] in #557
  • fix: very slow string replacement in large declaration files by @jayu in #561

New Contributors

  • @jayu made their first contribution in #561

Full Changelog: v3.6.1...v3.6.2

v3.6.1

15 Sep 17:15
98d8b3d

Choose a tag to compare

Important

Maintenance Status Update: This project's maintenance approach has changed. Please see this issue for details about what this means for users and the project's future.

What's Changed

  • OIDC publishing

  • build(deps-dev): bump @biomejs/biome from 2.2.0 to 2.2.2 by @dependabot[bot] in #546
  • build(deps-dev): bump @types/semver from 7.7.0 to 7.7.1 by @dependabot[bot] in #548
  • build(deps-dev): bump @types/node from 24.3.0 to 24.3.1 by @dependabot[bot] in #550
  • build(deps): bump the prisma group with 4 updates by @dependabot[bot] in #547
  • build(deps-dev): bump @biomejs/biome from 2.2.2 to 2.2.3 by @dependabot[bot] in #551
  • build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #552
  • build(deps-dev): bump @biomejs/biome from 2.2.3 to 2.2.4 by @dependabot[bot] in #554
  • build(deps): bump the prisma group with 4 updates by @dependabot[bot] in #553
  • build(deps): bump the prisma group with 4 updates by @dependabot[bot] in #555
  • build(deps-dev): bump @types/node from 24.3.1 to 24.4.0 by @dependabot[bot] in #556

Full Changelog: v3.6.0...v3.6.1

v3.6.0

22 Aug 12:59
b3c809c

Choose a tag to compare

Important

Maintenance Status Update: This project's maintenance approach has changed. Please see this issue for details about what this means for users and the project's future.

What's Changed

  • fix: add missing UpdateManyWithout type convertion for new client by @Yesterday17 in #545

New Contributors

Full Changelog: v3.5.4...v3.6.0

v3.5.4

19 Aug 16:43
978d291

Choose a tag to compare

Important

Maintenance Status Update: This project's maintenance approach has changed. Please see this issue for details about what this means for users and the project's future.

What's Changed

  • fix: Missing import extension for get namespace prelude by @jay-l-e-e in #544

New Contributors

Full Changelog: v3.5.3...v3.5.4