Releases: arthurfiorette/prisma-json-types-generator
Releases · arthurfiorette/prisma-json-types-generator
v3.2.2
- Fixed #412
Full Changelog: v3.2.1...v3.2.2
v3.2.1
v3.2.0
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
What's Changed
- Updated action dependencies
- Reduced npm package size
- Use
commonjs
attribute
Full Changelog: v3.1.0...v3.1.1
v3.1.0
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
What's Changed
- fix: find client generator by provider instead of the name by @Cauen in #240
- fix: make nots optional by @kenny-stevens in #255
New Contributors
- @Cauen made their first contribution in #240
- @kenny-stevens made their first contribution in #255
Full Changelog: v3.0.3...v3.0.4
v3.0.3
v3.0.2
Important Changes
- Correct generation when dealing with dots in the path in #166.
Full Changelog: v3.0.1...v3.0.2
v3.0.1
v3.0.0
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 fromany
tounknown
. - 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.