File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 1
- # 1.0.0
1
+ # Change Log
2
2
3
- - Improve docs
4
- - Add ` create-react-app ` examples
5
- - Support GraphQL interfaces
6
- - Support GraphQL union types
7
- - Support fragments and inline fragments
8
- - Support ` __typename ` selection
9
- - Support alias in selections
10
- - Support custom scalar types
11
- - Support errors
12
- - Add typed version of ` useSubscription `
3
+ This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
13
4
14
- Backward incompatible change:
15
-
16
- To support errors, the argument ` data ` changed to ` result ` which can contain both ` data ` and ` errors ` :
17
-
18
- ``` js
19
- // old
20
- apolloMock (documentNode, variables, { authors: [] });
21
-
22
- // new
23
- apolloMock (documentNode, variables, { data: { authors: [] } });
24
- ```
5
+ Every release is documented on the Github [ Releases] ( https://github.com/rubengrill/apollo-typed-documents/releases ) page.
You can’t perform that action at this time.
0 commit comments