Releases: amplication/prisma-schema-dsl
Releases · amplication/prisma-schema-dsl
v1.1.5
Fix the behaviour of relations
v1.1.4
- 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
Publish updated files (1.1.0, 1.1.1, and 1.1.2 missed built files)
v1.1.1
- Add validation for enum name
- Document
createEnum()
v1.1.0
Added support for enums and documentation for models and fields.
Breaking Changes
createSchema()
signature changed