Express Graphql Versions Save

Create a GraphQL HTTP server with Express.

v0.12.0

3 years ago

v0.12.0 (2020-11-19)

Bug Fix 🐞

Polish 💅

4 PRs were merged

Internal 🏠

16 PRs were merged

Dependency 📦

7 PRs were merged

Committers: 2

v0.11.0

3 years ago

v0.11.0 (2020-07-06)

Breaking Change 💥

Bug Fix 🐞

Internal 🏠

2 PRs were merged

Committers: 1

v0.10.2

3 years ago

v0.10.2 (2020-07-05)

Bug Fix 🐞

Committers: 1

v0.10.1

3 years ago

v0.10.1 (2020-07-05)

Bug Fix 🐞

Committers: 1

v0.10.0

3 years ago

v0.10.0 (2020-07-05)

Breaking Change 💥

New Feature 🚀

Bug Fix 🐞

Docs 📝

3 PRs were merged

Polish 💅

23 PRs were merged

Internal 🏠

17 PRs were merged

Dependency 📦

16 PRs were merged

Committers: 7

v0.9.0

4 years ago

v0.9.0 (2019-07-15)

Breaking Change 💥

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

17 PRs were merged

Internal 🏠

23 PRs were merged

Dependency 📦

8 PRs were merged

Committers: 2

v0.8.0

5 years ago

Note: formatError is renamed to customFormatErrorFn. formatError is still avaible in this release but will be droped in v1.0.0.

New

  • Add support for customValidateFn. (#479 @jamesmoriarty)
  • Rename formatError to customFormatErrorFn. (#479 @jamesmoriarty)
  • Add support for customExecuteFn. (#391 @IvanGoncharov)

v0.7.1

5 years ago
  • Update graphql dependencies

v0.6.12

6 years ago

New

  • Add support for graphql v0.12.x and v0.13.x. (#411 @graingert, 2606b7f)
  • Add support for IE10/11 on GraphiQL page. (5a082b2)
  • Make profiling easier by using named function for the middleware. (#415 @oliviertassinari)

Fixes

  • Updated GraphiQL to v0.11.11. (#397 @ErikWittern)
  • Set meta referrer=origin on GraphiQL page. (#412 @GromNaN)
  • Set 500 status code when graphql returns a result with no data. (#419 @JontyUsborne)

v0.6.11

6 years ago

Changes

  • None since v0.6.8. This is just a version bump to troubleshoot a Travis deployment failure.