70 lines
3.0 KiB
Markdown
70 lines
3.0 KiB
Markdown
# @hono/trpc-server
|
|
|
|
## 0.4.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#1243](https://github.com/honojs/middleware/pull/1243) [`054257a20073f0452dd65f1dc82bedbcf034fd93`](https://github.com/honojs/middleware/commit/054257a20073f0452dd65f1dc82bedbcf034fd93) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Update package exports
|
|
|
|
See #1064 for changes
|
|
|
|
## 0.3.4
|
|
|
|
### Patch Changes
|
|
|
|
- [#864](https://github.com/honojs/middleware/pull/864) [`d67e279d8289d8a0e5c0a71b80f8703b4a97a0c4`](https://github.com/honojs/middleware/commit/d67e279d8289d8a0e5c0a71b80f8703b4a97a0c4) Thanks [@Gaubee](https://github.com/Gaubee)! - fix(trpc-server) wrap Request with Proxy getter receiver should Request-instance
|
|
|
|
## 0.3.3
|
|
|
|
### Patch Changes
|
|
|
|
- [#850](https://github.com/honojs/middleware/pull/850) [`ee83665c5e01acbcfaaddcd552f2f6d2d3e8006c`](https://github.com/honojs/middleware/commit/ee83665c5e01acbcfaaddcd552f2f6d2d3e8006c) Thanks [@Gaubee](https://github.com/Gaubee)! - Use honoReq's bodyCache to provide a body function for trpc's req
|
|
|
|
## 0.3.2
|
|
|
|
### Patch Changes
|
|
|
|
- [#599](https://github.com/honojs/middleware/pull/599) [`43f34ea4dcc15925d1bd555b6d2bdb24e1eaa1a1`](https://github.com/honojs/middleware/commit/43f34ea4dcc15925d1bd555b6d2bdb24e1eaa1a1) Thanks [@BlankParticle](https://github.com/BlankParticle)! - chore: update `@hono/trpc-server` to allow using Trpc 11
|
|
|
|
## 0.3.1
|
|
|
|
### Patch Changes
|
|
|
|
- [#517](https://github.com/honojs/middleware/pull/517) [`8f669cd338013569e413641f5455f44dd1b8d19c`](https://github.com/honojs/middleware/commit/8f669cd338013569e413641f5455f44dd1b8d19c) Thanks [@BlankParticle](https://github.com/BlankParticle)! - use `c.body` to create response to avoid header loss
|
|
|
|
## 0.3.0
|
|
|
|
### Minor Changes
|
|
|
|
- [#482](https://github.com/honojs/middleware/pull/482) [`4446eeeb9f556e595be6ef8f9d6afa45770a2b67`](https://github.com/honojs/middleware/commit/4446eeeb9f556e595be6ef8f9d6afa45770a2b67) Thanks [@jikyu](https://github.com/jikyu)! - Support asynchronous context creation for trpc server middleware
|
|
|
|
## 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
|
|
|
|
## 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
|
|
|
|
## 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"
|
|
|
|
## 0.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- 520a453: `trpcServer` options extends FetchHandlerRequestOptions
|
|
|
|
## 0.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- e7c60b3: Initial release
|