Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 02 May 11:13
· 493 commits to master since this release

Major

  • Capitalized the fetch options Accept header for display consistency in tools such as the Chrome network inspector and to better support case-sensitive systems, even though HTTP headers are supposed to be case-insensitive.

Patch

  • Updated dependencies.
  • Pinned @babel dev dependencies to match new AVA requirements.
  • Use eslint-config-prettier.
  • Readme example link goes to the example project directory instead of the readme file.
  • Test and example updates:
  • Test updates:
    • Removed apollo-upload-server as there are no upload tests yet.
    • Removed get-port as not providing a port to app.listen has the same effect.
  • Example updates: