Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 May 10:04
· 7 commits to main since this release

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