Skip to content

Commit 53c598f

Browse files
chore(release): 🎉 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2022-08-05) ### Bug Fixes * `isResponse` correctly asserts even if body is null ([102de6d](102de6d)) * Different types for request and response headers ([9e91141](9e91141)) * **handler:** `context` option can return a response ([86c28d1](86c28d1)) * **handler:** Match status text with status code ([f07454d](f07454d)) * **handler:** More details about parse error ([3306cae](3306cae)) ### Features * **client:** `url` option function with request params as argument ([99d9086](99d9086)) * **handler:** `onSubscribe` option can return an array of GraphQL errors ([ebd91ad](ebd91ad)) * **handler:** Custom GraphQL `getOperationAST` option ([f4a2aab](f4a2aab)) * **handler:** Custom GraphQL `parse` option ([6ef4c57](6ef4c57))
1 parent 23ffeea commit 53c598f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.1.0](https://github.com/enisdenjo/graphql-http/compare/v1.0.0...v1.1.0) (2022-08-05)
2+
3+
4+
### Bug Fixes
5+
6+
* `isResponse` correctly asserts even if body is null ([102de6d](https://github.com/enisdenjo/graphql-http/commit/102de6d4023b35dc133c0cca99b92dfee36f9ebe))
7+
* Different types for request and response headers ([9e91141](https://github.com/enisdenjo/graphql-http/commit/9e911414084f34d57b62527eeaede9042d27caec))
8+
* **handler:** `context` option can return a response ([86c28d1](https://github.com/enisdenjo/graphql-http/commit/86c28d1bc40dc06bf6fbb3e71c7440968c4c2c17))
9+
* **handler:** Match status text with status code ([f07454d](https://github.com/enisdenjo/graphql-http/commit/f07454d3a367fd62bd220f9810c1a4cc4ee6e439))
10+
* **handler:** More details about parse error ([3306cae](https://github.com/enisdenjo/graphql-http/commit/3306caef07ac7d3a23deabae457b77051ae23636))
11+
12+
13+
### Features
14+
15+
* **client:** `url` option function with request params as argument ([99d9086](https://github.com/enisdenjo/graphql-http/commit/99d90866bddb074587ae4a2bfe5a55c152f5014a))
16+
* **handler:** `onSubscribe` option can return an array of GraphQL errors ([ebd91ad](https://github.com/enisdenjo/graphql-http/commit/ebd91ad9e178a1d3dca26c512e339502f8519381))
17+
* **handler:** Custom GraphQL `getOperationAST` option ([f4a2aab](https://github.com/enisdenjo/graphql-http/commit/f4a2aab9e85300fe4a6fddab69a6b73d256e9cf5))
18+
* **handler:** Custom GraphQL `parse` option ([6ef4c57](https://github.com/enisdenjo/graphql-http/commit/6ef4c572d52024d0b45303a2fd97e2da745b711d))
19+
120
# 1.0.0 (2022-08-04)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)