Skip to content

Latest commit

 

History

History
129 lines (61 loc) · 6.42 KB

CHANGELOG.md

File metadata and controls

129 lines (61 loc) · 6.42 KB

1.0.0-beta.15 (2022-07-30)

Features

  • use: split graphql playground handler from handler (5cb8ee3)

1.0.0-beta.14 (2022-07-22)

Bug Fixes

  • add allow header when response status is 405 (1355e48)

Features

  • add allow header when the HTTP request is not supported (2f057be)
  • remove deprecated graphqlHttp function (b9e6ae1)
  • rename gqlHandler to createHandler (e0167fc)

1.0.0-beta.13 (2022-07-22)

Features

  • add gql function that compress graphql query (59eacbe)

1.0.0-beta.12 (2022-07-21)

Features

  • add gqlHandler that manage GraphQL over HTTP request (a356946)
  • export createResponse function that create GraphQL over HTTP compliant Response object (3ad3313)
  • export resolveRequest function that take out graphql parameters from Request object safety (53b04ae)

1.0.0-beta.11 (2022-07-20)

Features

  • export resolveResponse that de-serialize graphql response safety (6aaf20c)

1.0.0-beta.10 (2022-07-20)

Features

  • export createRequest function that create Request what include GraphQL header and body (405ce48)

1.0.0-beta.9 (2022-07-20)

Features

  • add graphql over http client (26525b8)

1.0.0-beta.8 (2022-07-18)

Bug Fixes

  • change schema types to remove string types (8df3508)

Features

  • accept schema as string, build schema with error handling (3b81be1)

1.0.0-beta.7 (2022-07-17)

Features

  • add custom request function to context (c3ee404)
  • add throwing error when validation of schema error (0ddbf08)

1.0.0-beta.6 (2022-07-17)

Bug Fixes

  • fix typo "application/graphql" to "application/graphql+json" (78e592e)
  • treat the default accept header value as application/json (1e65348)

Features

  • add Accept header validation on POST method (04f5da8)
  • add validation for "Content-Type" charset on POST method (12741a3)
  • add validation step for graphql schema and graphql itself (30a3e69)

1.0.0-beta.5 (2022-07-16)

Features

  • add "Accept" header validationn for GET request (c310b4c)
  • add validate query operation on GET method (941abda)

1.0.0-beta.4 (2022-07-15)

Bug Fixes

  • overwrite defalut header "content-type" to application/json (5d1b75c)
  • when "query" parameter is not exist on POST, fallback from query string (553c8a0)

1.0.0-beta.3 (2022-07-14)

Bug Fixes

  • return application/json content anytime for strict GraphQL over HTTP Spec (b745284)

1.0.0-beta.2 (2022-07-11)

Bug Fixes

  • no dynamic import to avoid deno deploy limitation (5fb8a8f)

1.0.0-beta.1 (2022-07-11)

Features

  • add graphql http middleware to handle http request (eb9b3f0)