Skip to content

Releases: loop-payments/prisma-lint

prisma-lint v0.13.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 00:09
d77c869
  • #799 Fix field parsing in require-field-index rule for @@unique attributes with named constraints.

prisma-lint v0.13.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 18:02
eabe325
  • #790 Add support for Prisma 7 config file schema path configuration (prisma.config.ts or .config/prisma.ts). The package.json#prisma.schema field remains supported for backwards compatibility.

prisma-lint v0.12.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 23:54
3c5a0d2
  • #355 Add new /// prisma-lint-ignore-field comment to ignore specific fields.

prisma-lint v0.11.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 03:03
a891151
  • Add new rule enum-value-case.
  • Deprecate enum-value-snake-case rule in favor of new enum-value-case rule.

prisma-lint v0.10.3

Choose a tag to compare

@github-actions github-actions released this 07 Oct 13:03
a3afb4f
  • Add support for index functions (e.g. @@index(createdAt(sort: Desc))) in require-field-index rule.

prisma-lint v0.10.2

Choose a tag to compare

@github-actions github-actions released this 26 May 17:30
29d5f32
  • #683 Stop requiring defaults for @ignored relation fields.

prisma-lint v0.10.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:02
4ccca9d
  • #622 Require case-sensitive compound word match for snake case conversion. Fixes bug introduced in 0.10.0.

prisma-lint v0.10.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 20:06
49e6f7f
  • Add support for case: 'upper' option in enum-value-snake-case rule.
  • Improve handling of compoundWords for snake case rules.

prisma-lint v0.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 20:21
4e42a3a
  • #611 Add nativeType option to require-field-type rule to additionally enforce native DB types if needed.
  • Update dependencies, including commander to 13.1.0.

prisma-lint v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 15:00
e2b8178
  • Add new rule field-name-grammatical-number.