You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @benawad - thanks a bunch for this library! It's been really helpful in simplifying my app's tests.
I would really appreciate a changelog between v2 and v3 - the commit history is a little hard to read and it would be nice to know what the breaking changes are (if you are following semver), or what the changes are in general. Thanks!
v1 to v2.0.0: Added ability to switch the ApolloProvider to use. This enables use of this library with components that use the unofficial apollo-hooks library. This was a breaking change for users who provided their own cache (see Cache configuration #3).
v2 to v3.0.0: Support resolvers that throw new Error() (see Add error handling to MockProvider #7). This was not a breaking change. We could have just increased the minor version for this one.
3.0.1 fixes an issue in the generation of the .d.ts file. Not a breaking change either.
Hi @benawad - thanks a bunch for this library! It's been really helpful in simplifying my app's tests.
I would really appreciate a changelog between v2 and v3 - the commit history is a little hard to read and it would be nice to know what the breaking changes are (if you are following semver), or what the changes are in general. Thanks!
IME, tools like https://github.com/conventional-changelog/standard-version are great if you are willing to stick to a commit style... but that's totally up to you! :)
The text was updated successfully, but these errors were encountered: