Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper/@types/chai-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer authored Jun 7, 2017
2 parents b3c3efa + 956c7ef commit d5f0fe0
Show file tree
Hide file tree
Showing 17 changed files with 1,327 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[ignore]

[include]

[libs]
./index.js.flow

[options]
suppress_comment= \\(.\\|\n\\)*\\$ExpectError
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ install:
script:
- npm test

# test flow types (validity and use cases)
- npm run flow-check

# run coverage and file size checks
- npm run coverage
- coveralls < ./coverage/lcov.info || true # ignore coveralls error
Expand Down
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Authors

Abhi Aiyer <abhiaiyer91@gmail.com>
Avindra Goolcharan <aavindraa@gmail.com>
Ben James <benhjames@sky.com>
Brady Whitten <bwhitten518@gmail.com>
Brett Jurgens <brett@brettjurgens.com>
Expand Down Expand Up @@ -68,4 +69,4 @@ Andrew E. Rhyne <rhyneandrew@gmail.com>
Miroslav Simulcik <simulcik.miro@gmail.com>
Stephen Potter <me@stevepotter.me>
Michaël De Boey <info@michaeldeboey.be>
Andreas Bergenwall <abergenw@gmail.com>
Andreas Bergenwall <abergenw@gmail.com>
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change log

### vNEXT
- Fix: broken edge case when setting up fragment matching with Typescript by fixing types on `IntrospectionResultData` [PR #1763](https://github.com/apollographql/apollo-client/pull/1763)

### v1.4.0
- Feature: Add `operationName` to Redux actions where possible [PR #1676](https://github.com/apollographql/apollo-client/pull/1676)
- Feature: Allow an observer to not be created when setting variables[PR #1752](https://github.com/apollographql/apollo-client/pull/1752)
- Feature: Added support for flow typechecking [PR #1688](https://github.com/apollographql/apollo-client/pull/1688)

### v1.3.0
- Make ApolloClient.resetStore() and QueryManager.resetStore() return a promise instead of void [PR #1674](https://github.com/apollographql/apollo-client/pull/1674)
- Fix bug that caused errors in `writeToStore` to be rethrown as uncaught errors [PR #1673](https://github.com/apollographql/apollo-client/pull/1673)
- Feature: Pass a function to `optimisticResponse` and it will be called with the `variables` passed to the mutation [PR #1720](https://github.com/apollographql/apollo-client/pull/1720)
Expand Down
Loading

0 comments on commit d5f0fe0

Please sign in to comment.