Major
- Updated Node.js support from v8.10+ to v10+.
- Updated dependencies, some of which require Node.js v10+.
Minor
- Support uploading files from a server environment, fixing #172 via #179 and #184.
- Added
createUploadLinkoptions:isExtractableFileFormDataformDataAppendFile
- Added exports for the new
createUploadLinkoption defaults:isExtractableFileformDataAppendFile
- Added
Patch
- Removed the now redundant
eslint-plugin-import-order-alphabeticaldev dependency. - Added a
size-limitdev dependency. - Stop using
huskyandlint-staged. - Ensure GitHub Actions CI runs for pull requests.
- Use strict mode for scripts.
- Move Babel config from
babel.config.jstosrc/.babelrc.json. - Improved the package
prepare:prettierandtest:prettierscripts. - Configured Prettier option
semito the default,true. - Removed
package-lock.jsonfrom.gitignoreand.prettierignoreas it’s disabled in.npmrcanyway. - Updated external documentation link URLs.
- Replaced “Apollo Engine” with “Apollo Graph Manager” in comments.
- Improved the examples in the readme.