Skip to content

Releases: demonsters/prisma-mock

v0.10.3

27 Jun 15:10
Compare
Choose a tag to compare

Fix issue where include with value of falsy be included.

v0.10.2

01 May 14:39
Compare
Choose a tag to compare
  • Add $getInternalState method to createPrismaMock return type (#62)
  • Upgrade jest-mock-extended to version 3.0.6 (#61)

v0.10.1

19 Apr 14:37
Compare
Choose a tag to compare
  • allow delete against row even if whose related row is absent (#56)
  • Support createMany skipDuplicates option (#59)
  • Fix autoincrement to support BigInt (#52)

v0.10.0

11 Oct 15:07
Compare
Choose a tag to compare
  • Support @unique (#47)
  • Fix NULL values (#46)
  • Interactive transactions don't return errors if the promise fails (#44)

v0.9.3

27 Sep 14:00
Compare
Choose a tag to compare
  • Fix NOT work with objects

v0.9.2

19 Sep 14:35
Compare
Choose a tag to compare

Fix transaction return value (#42)

v0.9.0

08 Sep 13:51
Compare
Choose a tag to compare
  • Support for cursor #40

v0.8.3

08 Sep 13:20
Compare
Choose a tag to compare
  • Add prisma v5.0.0 to peerDependencies
  • Support for _count params

v0.8.2

20 Jun 10:42
Compare
Choose a tag to compare
  • Fix error code when using findFirstOrThrow #36

v0.8.1

19 Jun 14:24
Compare
Choose a tag to compare
  • Fix issue with set and updates #35