Skip to content

Releases: graphqland/graphql-http

1.0.0-beta.11

20 Jul 09:12
Compare
Choose a tag to compare
1.0.0-beta.11 Pre-release
Pre-release

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

Features

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

1.0.0-beta.10

20 Jul 06:21
Compare
Choose a tag to compare
1.0.0-beta.10 Pre-release
Pre-release

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.8

18 Jul 06:50
Compare
Choose a tag to compare
1.0.0-beta.8 Pre-release
Pre-release

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

17 Jul 15:55
Compare
Choose a tag to compare
1.0.0-beta.7 Pre-release
Pre-release

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

17 Jul 06:51
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

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

16 Jul 08:27
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

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

15 Jul 07:17
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

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

14 Jul 16:57
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

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

11 Jul 05:58
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

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

Bug Fixes

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

1.0.0-beta.1

11 Jul 05:18
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

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

Features

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