Releases: arthurfiorette/prisma-json-types-generator
v4.1.1
v4.1.0
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
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
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
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
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.
Full Changelog: v3.6.2...v4.0.0-beta.1
v3.6.2
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
Full Changelog: v3.6.1...v3.6.2
v3.6.1
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
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
UpdateManyWithouttype convertion for new client by @Yesterday17 in #545
New Contributors
- @Yesterday17 made their first contribution in #545
Full Changelog: v3.5.4...v3.6.0
v3.5.4
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
- @jay-l-e-e made their first contribution in #544
Full Changelog: v3.5.3...v3.5.4