Project Changelog. Starts from version 0.2.1
Minor bug fix.
- Fixed failing compilation with
serde::export
(change occured in this commit)
Release V1
- Configured CI to ensure WebAssembly support
- Added missing path property GraphQLErrorMessage struct
- Upgrade tokio to v1.0 in dev dependencies
- Upgrade reqwest to v0.11
- Made location, extensions fields optional in GraphQLErrorMessage struct
Added proper error reporting.
- json function in GraphQLError for accessing JSON errors
- New tests for error reporting
- Restructured tests crate
- Changed 'static lifetime for an endpoint, query parameters in client struct to 'a lifetime
- Changed Debug, Display implementations for GraphQLError to properly display error messages