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

32 lines
1.0 KiB
Markdown
Raw Normal View History

2023-02-04 22:39:29 +08:00
# @hono/trpc-server
2024-04-27 16:33:56 +08:00
## 0.2.0
### Minor Changes
- [#458](https://github.com/honojs/middleware/pull/458) [`2526e1e6854709b1c9630ff2aac7bf218fec7d57`](https://github.com/honojs/middleware/commit/2526e1e6854709b1c9630ff2aac7bf218fec7d57) Thanks [@benjamine](https://github.com/benjamine)! - access hono context from trpc procedures
2024-02-10 07:47:06 +08:00
## 0.1.1
### Patch Changes
- [#380](https://github.com/honojs/middleware/pull/380) [`ea19f6bdeb14216da0880baf5dd5885395c0f008`](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008) Thanks [@CarlosZiegler](https://github.com/CarlosZiegler)! - fix: change peer dependency to support v4.0.0
2023-02-18 22:39:44 +08:00
## 0.1.0
### Minor Changes
- [#50](https://github.com/honojs/middleware/pull/50) [`b9e383f`](https://github.com/honojs/middleware/commit/b9e383fa88b676c65773997a60e66bfc24e55aa0) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump up Hono version "v3"
2023-02-12 13:54:35 +08:00
## 0.0.2
### Patch Changes
- 520a453: `trpcServer` options extends FetchHandlerRequestOptions
2023-02-04 22:39:29 +08:00
## 0.0.1
### Patch Changes
- e7c60b3: Initial release