BlairCurrey / trpc-koa-adapter

Add trpc to your koa server
https://www.npmjs.com/package/trpc-koa-adapter
MIT License
22 stars 5 forks source link

feat: enable all trpc options #23

Closed ikarasz closed 4 months ago

ikarasz commented 6 months ago

I need to use the onError error handling method in our project. After a short investigation, I have realized that this lib doesn't pass all the options to the tRPC. This PR is intended to fix this issue and add support for all tRPC options.

BlairCurrey commented 4 months ago

Hi @ikarasz, good catch. Thanks for the contribution.

BlairCurrey commented 4 months ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: