Releases: pantharshit00/prisma-docs-generator
Releases · pantharshit00/prisma-docs-generator
v0.8.0
Changes
- [#70]: fix: prevent overflow with long property names
- Updated Prisma internals to v4.14.0
v0.7.0
Highlights
- Addressed #68
- Updated Prisma SDK to 4.12
v0.6.0
Changes
- Updates all dependencies and updates
@prisma/internals
to v4.10.1
- [#63]: Add new option includeRelationFields
- [#64]: Add flex-shrink: 0 to the side menu
Credit
Thanks to @fmy for the contributions
v0.5.0
Fixes: #38
This release ensures support for Prisma v3
v0.4.0
This release contains fixes for compatibility with Prisma SDK >2.19
The output of the SDK can accept env variable now so that has been
properly handled.
v0.3.0
This release bumps the Prisma SDK version to 2.18 to ensure compatibility.
v0.2.0
This release makes this generator compatible with Prisma 2.18
Closes: #24
v0.1.0
fix #19 : Use new mapping types from the generator helper
v0.0.5
Initial release. Previous releases were dev builds for testing.