Commit 53c598f
committed
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
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
1 | 20 | | |
2 | 21 | | |
3 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments