Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Releases: apollographql/reason-apollo

0.9.1

23 May 13:56
Compare
Choose a tag to compare

npm@beta to npm@latetst
No Changes

beta-0.10.1

23 May 17:43
Compare
Choose a tag to compare
beta-0.10.1 Pre-release
Pre-release

Breaking Changes:

  • Upgrading bs-platform to ^3.0.0
    Fixes:
  • Upgrading dependencies/peerDependencies
    Features:
  • Adding examples

beta-0.9.0

23 May 13:53
Compare
Choose a tag to compare
beta-0.9.0 Pre-release
Pre-release

Breaking changes:

  • Mutation: added NotCalled tag to result variant

beta-0.8.0

21 May 09:07
Compare
Choose a tag to compare
beta-0.8.0 Pre-release
Pre-release

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