Skip to content

Latest commit

 

History

History
449 lines (182 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

449 lines (182 loc) · 13.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.9.0 (2020-07-23)

Features

  • Add better error handling support (f568e15)

0.8.3 (2019-09-24)

Bug Fixes

  • The server fails with no proper error message when the graphql query is malformed. (009677c)

0.8.2 (2018-11-30)

0.8.1 (2018-07-06)

Bug Fixes

  • The GraphiQL dark theme caret is almost invisible. Make it brighter. (17b3297)

0.8.0 (2018-05-06)

0.7.8 (2018-05-06)

0.7.7 (2018-05-06)

0.7.6 (2018-05-06)

Bug Fixes

  • Incompatible with latest version of graphql-s2s because mismatch graphql version. Please downgrade to graphql 0.11.0 (e2aafa5)

0.7.5 (2018-03-17)

0.7.4 (2018-03-03)

0.7.3 (2018-03-03)

Bug Fixes

  • GraphiQl theme is broken if it is not explicitely defined in the graphqlOptions (f37cf5e)

0.7.2 (2018-03-03)

Bug Fixes

0.7.1 (2018-03-02)

0.7.0 (2018-03-02)

Features

  • Add support for custom logo (47a93dc)

0.6.1 (2018-02-28)

0.6.0 (2018-02-28)

0.5.0 (2018-02-25)

5.0.1 (2018-02-25)

Bug Fixes

  • Secure websocket not supported in GraphiQl (4002050)

5.0.0 (2018-02-24)

Features

  • Add new 'graphqlError' function that allows to create better error messages including http code (dc60883)
  • Add support for subscription (07f3167)

0.4.1 (2018-02-20)

0.4.0 (2018-02-20)

0.4.0-alpha.12 (2018-02-19)

Features

  • Upgrade to latest graphql dependencies (b160bea)

0.4.0-alpha.11 (2018-02-13)

Bug Fixes

  • onResponse and request.graphql.transform are not failing properly which causes unclear errors as well as affecting the overall server performance by blocking for 2 seconds (c389454)

0.4.0-alpha.10 (2018-02-11)

Features

  • Add support for optionally transform the graphql result (b3e3898)

0.4.0-alpha.9 (2018-01-30)

0.4.0-alpha.8 (2018-01-30)

Features

  • Add support for a new 'warnings' property in the response allowing more granular response details (6e5e8dd)

0.4.0-alpha.7 (2018-01-15)

Bug Fixes

  • HTTP code are not consistent with errors returned (cc1441e)

0.4.0-alpha.6 (2018-01-12)

0.4.0-alpha.5 (2018-01-12)

Features

  • Add support for empty queries and custom errors from middleware (c479b33)

0.4.0-alpha.4 (2018-01-09)

0.4.0-alpha.3 (2018-01-09)

Bug Fixes

  • Based how you define the graphqlOption.graphiqlOptions.onRequest function, it can fuck up the headers passed to the grqphql fetcher (d056f7b)

0.4.0-alpha.2 (2018-01-09)

Features

  • Add new api 'isGraphiQLRequest' (326cbd2)

0.4.0-alpha.1 (2018-01-09)

Bug Fixes

  • GraphiQL starts with an undefined variable (7082f5c)

0.4.0-alpha.0 (2018-01-09)

Features

  • Add support to customize the graphiql interface (66b9d3a)

0.3.1-alpha.5 (2018-01-04)

0.3.1-alpha.4 (2018-01-02)

0.3.1-alpha.3 (2018-01-02)

Bug Fixes

  • Add missing dependency graphql-tool (49b1e58)

0.3.1-alpha.2 (2017-12-29)

Bug Fixes

  • Remove unecessary dependencies (c5fa1e5)

0.3.1-alpha.1 (2017-12-29)

Bug Fixes

  • Make sure all dependencies are using the latest versions (4496619)

0.3.1-alpha.0 (2017-12-29)

0.3.0 (2017-12-29)

0.2.0 (2017-12-29)

Features

  • Upgrade to latest webfunc and make it compatible with express + add Facebook patent (9784a6a)

0.2.0-alpha.13 (2017-12-14)

Bug Fixes

  • Impossible to hit graphql api (16eb006)

0.2.0-alpha.12 (2017-12-13)

Bug Fixes

  • Remove auto deploy in travis (85e0cf2)

0.2.0-alpha.11 (2017-12-13)

Features

0.2.0-alpha.10 (2017-12-13)

0.2.0-alpha.9 (2017-12-12)

Features

  • upgrade to latest version of webfunc (7ca957c)

0.2.0-alpha.8 (2017-12-12)

Bug Fixes

  • typo in the package.json (182cdc7)

0.2.0-alpha.7 (2017-12-12)

Features

  • Upgrade to latest version of webfunc (3090081)

0.2.0-alpha.6 (2017-09-03)

0.2.0-alpha.5 (2017-09-03)

Bug Fixes

  • Support for this retarded OS called Windows. Thanks Microsoft for poluting my life with your retarded path system (f238ad4)

0.2.0-alpha.4 (2017-09-03)

0.2.0-alpha.3 (2017-08-31)

Bug Fixes

  • Add 'graphql-tools' lib as an explicit dependencies so client don't have to explicitely load it. (22f3e4c)

0.2.0-alpha.2 (2017-08-31)

Features

  • Redesign the project to expose the same functionalities through a webfunc HttpHandler. + Add more unit tests (18b02f1)

0.1.0-alpha.1 (2017-08-18)

Features

0.1.0-alpha.0 (2017-08-18)

Features

  • Rename project from google-graphql-functions to graphql-serverless (ba0fcea)