Releases: GiladShoham/graphql-apollo-errors
Releases · GiladShoham/graphql-apollo-errors
v2.0.3
v2.0.2
Fix bug with publicDataPath changed every time error thrown
v2.0.1
Handle case when there is no original error (Graphql error like query syntax error)
v2.0.0
Rewrite a lot of the implementation in a better way which uses the originalError of graphqlError
API Changes:
- onStoredError hook is no longer exist (actually the onOriginalError result now, is the same as the onStoredError before)
- You should not use the throwError anymore (it was deleted), you can use the native throw now.
v1.0.1
- hideSensitiveData - option to show/hide the data from client for internal server errors
- Update seven-boom version
- Add guidPath option to make sure the log and the actual error are consistent
- Improve docs
v1.0.0
First realease!