Change log
NOTE: This changelog is no longer maintained. Changes are now tracked in
the top level CHANGELOG.md
.
1.2.4
1.2.3
- Added
graphql
14 to peer and dev deps; Updated @types/graphql
to 14
@hwillson in #789
1.2.2
- Update apollo-link #559
- export graphql types and add @types/graphql as a regular dependency PR#576
- moved @types/node to dev dependencies in package.josn to avoid collisions with other projects. PR#540
1.2.1
- update apollo link with zen-observable-ts to remove import issues PR#515
1.2.0
- Add
fromError
Observable helper
- change import method of zen-observable for rollup compat
1.1.0
- Expose
#execute
on ApolloLink as static
1.0.7
1.0.6
1.0.5
- fix bug where context wasn't merged when setting it
1.0.4
1.0.3
- removed requiring query on initial execution check
- moved to move efficent rollup build
1.0.1, 1.0.2
- preleases for dev tool integation
0.8.0
- added support for
extensions
on an operation
0.7.0
- new operation API and start of changelog