Major
- Updated Node.js support from v8.5+ to v8.10+, to match what the
eslintdev dependency now supports. This is unlikely to be a breaking change for the published package.
Patch
- Updated dev dependencies.
- Added the
eslint-plugin-jsdocdev dependency. - Replaced the
size-limitdev dependency with@size-limit/preset-small-lib. - Only create a default
AbortControllerinstance ifsignalis not already set in fetch options, fixing #162 via #169. - Use GitHub Actions instead of Travis for CI.
- Clarified that Opera Mini isn’t supported in the Browserslist queries and readme “Support” section.
- Documented polyfills to consider in the readme “Support” section.
- Updated examples to use
@apollo/react-hooks.