Skip to content

Releases: mikaelkaron/prisma-errors

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 13:05

2.1.0 (2022-08-09)

Bug Fixes

  • move declarations to tsconfig.json (f45c6a9)

Features

  • support @prisma/client@4 (8be6d82)
  • switch to standard for linting (5eb32d2)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 May 10:04

2.0.0 (2022-05-09)

Features

  • introduce canPrismaError typeguard (bbf3678)

BREAKING CHANGES

  • Instead of having toPrismaError be generic and testing for instanceof we're introducing the canPrismaError typeguard. If you want the old functionality use tryToPrismaError that internally uses canPrismaError

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 13:02

1.0.0 (2022-02-10)

Bug Fixes

Features

  • add semantic release support (3637edd)