Skip to content

Releases: MrLeebo/prisma-ast

v0.6.0

07 Jun 05:21
Compare
Choose a tag to compare

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.2

07 Apr 15:52
Compare
Choose a tag to compare
  • fix: fixes #17 by including group in the attribute name match if group is present 321a082

v0.5.1...v0.5.2

v0.5.1

30 Dec 18:24
Compare
Choose a tag to compare
  • 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.5.0

29 Dec 19:19
Compare
Choose a tag to compare
  • Let builder.field() calls select existing fields c397d46

v0.4.3...v0.5.0

v0.4.3

28 Dec 17:02
Compare
Choose a tag to compare

v0.4.2...v0.4.3

v0.4.2

12 Dec 04:54
Compare
Choose a tag to compare
  • Remove array symbol from lexer to resolve parsing errors with empty arrays in args 37c918f

v0.4.1...v0.4.2

v0.4.1

18 Aug 20:25
Compare
Choose a tag to compare
  • Add support for keyed args in functions e2c9db4

v0.4.0...v0.4.1

v0.4.0

06 Jul 19:54
Compare
Choose a tag to compare
  • 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.1

23 Apr 15:25
Compare
Choose a tag to compare
  • Preserve inline comments for models and enums, fixes #7 9731b38

v0.3.0...v0.3.1

v0.3.0 - Multi-Mode Lexer

03 Jan 16:27
Compare
Choose a tag to compare

Shout out to @gogoout for this contribution!

  • feat: support keyword token in the model fields 535403a

v0.2.6...v0.3.0