Skip to content

Releases: amplication/prisma-schema-dsl

v2.0.4

30 Jan 10:20
c89c3e4
Compare
Choose a tag to compare

What's Changed

  • fix(dsl): change the way we calculate printDataSourceURL by @abrl91 in #12

Full Changelog: v2.0.3...v2.0.4

v.2.0.3

30 Jan 10:19
8f01fa3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v2.0.3

v1.1.5

28 Dec 17:20
Compare
Choose a tag to compare

Fix the behaviour of relations

v1.1.4

28 Dec 17:17
Compare
Choose a tag to compare
  • Throw an error when trying to create optional list field
  • Update Prisma
  • Make library use the new Prisma format to the schema to be file-system independent

v1.1.3

21 Aug 22:29
Compare
Choose a tag to compare

Publish updated files (1.1.0, 1.1.1, and 1.1.2 missed built files)

v1.1.2

21 Aug 22:19
Compare
Choose a tag to compare
1.1.2

v1.1.1

21 Aug 22:00
Compare
Choose a tag to compare
  • Add validation for enum name
  • Document createEnum()

v1.1.0

21 Aug 21:56
Compare
Choose a tag to compare

Added support for enums and documentation for models and fields.

Breaking Changes

  • createSchema() signature changed