Skip to content

Releases: demonsters/prisma-mock

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 15:22
a611c96

Minor Changes

  • 1560579: Add $clear function to clear state
  • 4908115: Add $setInternalState method to manage internal state in createPrismaMock
  • d827020: Automatic ID generation for MongoDB
  • d827020: Support is / isNot filters in relation where clauses

Patch Changes

v1.1.0-alpha.4

v1.1.0-alpha.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Feb 08:52
2f6cd62

Patch Changes

v1.1.0-alpha.3

v1.1.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Feb 16:37
615cfc8

Minor Changes

  • d827020: Automatic ID generation for MongoDB
  • d827020: Support is / isNot filters in relation where clauses

v1.1.0-alpha.2

v1.1.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jan 17:06
defe000

Minor Changes

  • 4908115: Add $setInternalState method to manage internal state in createPrismaMock

v1.1.0-alpha.1

v1.1.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jan 08:39
9c6937a

Patch Changes

  • bb7e7fb: Add $clear into the return type

v1.1.0-alpha.0

v1.1.0-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Dec 10:39

Minor Changes

  • 1560579: Add $clear function to clear state

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Nov 13:09
7934f32

Patch Changes

  • dbb7861: Fix shallowCompare to handle date objects correctly

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Nov 13:02
29d5e6e

Patch Changes

  • 1cb3d6c: Add support for prisma v7

v1.0.1-alpha.5

v1.0.1-alpha.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Nov 12:55
0285eac

Patch Changes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Nov 08:47
97748da

Major Changes

  • Significant performance improvement by enabling indexing by default
  • 0b7a91e: Breaking change - Improve the API interface
  • 0b7a91e: Add dmmf generator for testing with jsdom enabled

Patch Changes

  • d4a8818: Update createPrismaMock to make datamodel property optional, improving compatibility with Prisma DMMF.
  • b98101b: Use queryMatching for connect to ensure date comparisons are correct and consistent.