This repository has been archived by the owner on May 26, 2023. It is now read-only.
Releases: apollographql/reason-apollo
Releases · apollographql/reason-apollo
0.9.1
beta-0.10.1
Breaking Changes:
- Upgrading bs-platform to ^3.0.0
Fixes: - Upgrading dependencies/peerDependencies
Features: - Adding examples
beta-0.9.0
Breaking changes:
- Mutation: added
NotCalled
tag to result variant
beta-0.8.0
Breaking changes :
- Delete the NoData variant in the result of the Query and Mutation components since there always has to be an Error or Data.
- Mutation component: result variant Data tag only appeared when error was None and data Some. Now, only data has to be Some.
- Mutation
Called
tag is deleted in result, so pattern matching is easier.
Features: - Expand definition of ApolloError to be able to construct one
Fixes:
- Mutation result pattern matching