Releases: michealroberts/trpc-nitro-adapter
Releases · michealroberts/trpc-nitro-adapter
v0.7.3
What's Changed
A patch release to allow trpc-nitro-adapter to be installable on node v20..
Chores
- chore: add node v.20.* compatibility to package.json configuration by @michealroberts in #20
Full Changelog: V0.7.2...v0.7.3
v0.7.2
What's Changed
Thanks to @ineentho for improving the external build dependencies for this patch release. 🚀
Build
- build(rollup): exclude peer dependencies from bundle by @michealroberts in #18
Chores
- chore: fix typos in comments by @aklinker1 in #16
- chore: bump vite => 5.2.8 & vitest => 1.5.0 across workspace. by @michealroberts in #19
New Contributors
- @aklinker1 made their first contribution in #16
- @ineentho made their first contribution in #17
Full Changelog: v0.7.1...V0.7.2
v0.7.1
What's Changed
Fixes
- fix: es module type export by @ikexing-cn in #15
New Contributors
- @ikexing-cn made their first contribution in #15
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- chore: Upgraded h3 => v1.9.* peerDependency specification. by @michealroberts in #14
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Chores
- chore: Remove requirement for pnpm "8.6.1" from engines. by @michealroberts in #11
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Chores
- chore: Upgraded h3 => v1.7.0 dependency. by @michealroberts in #9
- chore: Upgraded @trpc/server => v10.32.0 dependency. by @michealroberts in #10
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Refactors
- refactor: Amend type imports in defineNitroTRPCEventHandler. by @michealroberts in #6
- refactor: Amend to setHeader & setResponseStatus h3 methods in defineNitroEventHandler. by @michealroberts in #7
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Documentation
- docs: Simplify documentation around AppRouter. by @michealroberts in #5
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Refactors
- refactor: Amend defineNitroTRPCEventHandler() nitro event handler. by @michealroberts in #4
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
Features
- feat: Added getPath() helper utility to internals. by @michealroberts in #2
- feat: Added defineTRPCNitroEventHandler() nitro event handler. by @michealroberts in #3
New Contributors
- @michealroberts made their first contribution in #1
Full Changelog: https://github.com/michealroberts/trpc-nitro-adapter/commits/v0.1.0