Releases: MrLeebo/prisma-ast
Releases · MrLeebo/prisma-ast
v0.6.0
BREAKING CHANGES
- Add support for experimental views (#19) 3412065
builder.modelAttribute()
has been renamed to builder.blockAttribute()
to reflect the fact that it can be used for models and views.
v0.5.2...v0.6.0
v0.5.1
- Add helpers to remove fields, remove attributes, and to access elements of your prisma schema programmatically b4fd4cf
See the README for info about builder.removeField()
, builder.removeAttribute()
, and builder.then()
.
v0.5.0...v0.5.1
v0.4.0
- Bump minimum node version to v12 0506372
- New builder API to make it easier to make edits to prisma schemas in a declarative fashion eab9152
v0.3.1...v0.4.0
v0.3.0 - Multi-Mode Lexer