Skip to content

Commit c6ad301

Browse files
committed
Update changelog
1 parent 68096e5 commit c6ad301

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

CHANGELOG.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
# 1.0.0
1+
# Change Log
22

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/).
134

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.

0 commit comments

Comments
 (0)