Skip to content

Releases: pantharshit00/prisma-docs-generator

v0.8.0

17 May 13:20
Compare
Choose a tag to compare

Changes

  • [#70]: fix: prevent overflow with long property names
  • Updated Prisma internals to v4.14.0

v0.7.0

11 Apr 13:29
Compare
Choose a tag to compare

Highlights

  • Addressed #68
  • Updated Prisma SDK to 4.12

v0.6.0

16 Feb 13:04
Compare
Choose a tag to compare

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

24 Sep 09:15
Compare
Choose a tag to compare

Fixes: #38

This release ensures support for Prisma v3

v0.4.0

14 Apr 12:47
Compare
Choose a tag to compare

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

17 Mar 09:59
Compare
Choose a tag to compare

This release bumps the Prisma SDK version to 2.18 to ensure compatibility.

v0.2.0

11 Mar 18:08
Compare
Choose a tag to compare

This release makes this generator compatible with Prisma 2.18

Closes: #24

v0.1.0

18 Nov 16:20
Compare
Choose a tag to compare

fix #19 : Use new mapping types from the generator helper

v0.0.5

02 Aug 21:37
Compare
Choose a tag to compare

Initial release. Previous releases were dev builds for testing.