Skip to content

Releases: mogzol/prisma-generator-typescript-interfaces

1.4.0

13 Dec 22:20
Compare
Choose a tag to compare

Changes:

  • Add omitRelations option to omit model relation fields in the generated file

Full Changelog: 1.3.0...1.4.0

1.3.0

12 Dec 23:57
Compare
Choose a tag to compare

Changes:

  • Add modelType option to control whether the model definitions are outputted as Typescript interfaces or types

Full Changelog: 1.2.0...1.3.0

1.2.0

11 Dec 19:19
Compare
Choose a tag to compare

Changes:

  • Add shebang to script, should fix several compatibility issues
  • Fix compatibility with @prisma/generator-helper v5.7.0
  • Update dependencies to their latest version
  • Allow number types for Date and Decimal (though obviously not recommended if you care about precision)

Full Changelog: 1.1.1...1.2.0

1.1.1

18 Nov 07:25
Compare
Choose a tag to compare

Changes:

  • Add repository info to package.json

Full Changelog: 1.1.0...1.1.1

1.1.0

18 Nov 07:13
Compare
Choose a tag to compare

Changes:

  • Added a header comment to generated output, configurable with the new headerComment option.
  • Improved tests

Full Changelog: 1.0.1...1.1.0

1.0.1

18 Nov 04:18
Compare
Choose a tag to compare

No code changes, just updating the README and package.json

Full Changelog: 1.0.0...1.0.1

1.0.0

18 Nov 03:29
Compare
Choose a tag to compare

Initial release