Releases: demonsters/prisma-mock
Releases · demonsters/prisma-mock
v1.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.1.0-alpha.3
Compare
Sorry, something went wrong.
No results found
Minor Changes
d827020 : Automatic ID generation for MongoDB
d827020 : Support is / isNot filters in relation where clauses
v1.1.0-alpha.2
Compare
Sorry, something went wrong.
No results found
Minor Changes
4908115 : Add $setInternalState method to manage internal state in createPrismaMock
v1.1.0-alpha.1
Compare
Sorry, something went wrong.
No results found
Patch Changes
bb7e7fb : Add $clear into the return type
v1.1.0-alpha.0
Compare
Sorry, something went wrong.
No results found
Minor Changes
1560579 : Add $clear function to clear state
v1.0.2
Compare
Sorry, something went wrong.
No results found
Patch Changes
dbb7861 : Fix shallowCompare to handle date objects correctly
v1.0.1
Compare
Sorry, something went wrong.
No results found
v1.0.1-alpha.5
Compare
Sorry, something went wrong.
No results found
v1.0.0
Compare
Sorry, something went wrong.
No results found
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.