honojs-middleware/packages/graphql-server/CHANGELOG.md

68 lines
3.1 KiB
Markdown
Raw Normal View History

2023-02-04 11:45:42 +08:00
# @hono/graphql-server
## 0.6.2
### Patch Changes
- [#1252](https://github.com/honojs/middleware/pull/1252) [`205aced16bc4061277f33a00edee2814063e8a6d`](https://github.com/honojs/middleware/commit/205aced16bc4061277f33a00edee2814063e8a6d) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Update package repository directory, see #1251
## 0.6.1
### Patch Changes
- [#1197](https://github.com/honojs/middleware/pull/1197) [`ab390305fba1d9bd99da46537f28763f7d5df8df`](https://github.com/honojs/middleware/commit/ab390305fba1d9bd99da46537f28763f7d5df8df) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `Response` return type
## 0.6.0
### Minor Changes
- [#1155](https://github.com/honojs/middleware/pull/1155) [`7d3aa32e7987289a6585a0023ff63624ec4430cc`](https://github.com/honojs/middleware/commit/7d3aa32e7987289a6585a0023ff63624ec4430cc) Thanks [@ThomOrlo](https://github.com/ThomOrlo)! - feat: upgrade GraphiQL
2024-08-25 10:33:27 +08:00
## 0.5.1
### Patch Changes
- [#705](https://github.com/honojs/middleware/pull/705) [`9cac146245bc410f328ce59e1b82358464307a88`](https://github.com/honojs/middleware/commit/9cac146245bc410f328ce59e1b82358464307a88) Thanks [@metrue](https://github.com/metrue)! - Make argument (context) for the root resolver function from optional to required.
2024-07-29 21:31:08 +08:00
## 0.5.0
### Minor Changes
- [#670](https://github.com/honojs/middleware/pull/670) [`e3eafbc117103ef408f8b242784b53c9ffdb326e`](https://github.com/honojs/middleware/commit/e3eafbc117103ef408f8b242784b53c9ffdb326e) Thanks [@3w36zj6](https://github.com/3w36zj6)! - feat: add GraphiQL support
2024-07-28 17:25:43 +08:00
## 0.4.4
### Patch Changes
- [#667](https://github.com/honojs/middleware/pull/667) [`41ab4b029d225901b7369d88fb29b64f6c217dda`](https://github.com/honojs/middleware/commit/41ab4b029d225901b7369d88fb29b64f6c217dda) Thanks [@3w36zj6](https://github.com/3w36zj6)! - fix: add type to Middleware Handler
2024-02-15 04:28:23 +08:00
## 0.4.3
### Patch Changes
- [#390](https://github.com/honojs/middleware/pull/390) [`c789dab697687249eb3d94068ae8e27f7b5a7e5d`](https://github.com/honojs/middleware/commit/c789dab697687249eb3d94068ae8e27f7b5a7e5d) Thanks [@a-skua](https://github.com/a-skua)! - fix: change peer dependency to support v4.0.0
2024-01-28 21:04:32 +08:00
## 0.4.2
### Patch Changes
- [#361](https://github.com/honojs/middleware/pull/361) [`2c7b25fc2a89490ac3138b6143f8e71657b49fe8`](https://github.com/honojs/middleware/commit/2c7b25fc2a89490ac3138b6143f8e71657b49fe8) Thanks [@metrue](https://github.com/metrue)! - Fix the context not propagated down to resovlers issue.
2023-10-19 06:29:04 +08:00
## 0.4.1
### Patch Changes
- [#201](https://github.com/honojs/middleware/pull/201) [`989d968`](https://github.com/honojs/middleware/commit/989d96879566a190c58804d01888e8356dbc762c) Thanks [@koralle](https://github.com/koralle)! - add type safety to RootResolvers and Options
2023-02-21 22:14:51 +08:00
## 0.4.0
### Minor Changes
- [#53](https://github.com/honojs/middleware/pull/53) [`ca1a210`](https://github.com/honojs/middleware/commit/ca1a2103a7b2692d05e29c67f891a9a147240efb) Thanks [@lrazovic](https://github.com/lrazovic)! - feat: bump up Hono to version 3.0.0
2023-02-04 11:45:42 +08:00
## 0.2.0
### Minor Changes
- a05c98d: renamed `@honojs/graphql-server` to `@hono/graphql-server`