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

32 lines
1.3 KiB
Markdown
Raw Normal View History

2023-02-04 11:45:42 +08:00
# @hono/graphql-server
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`