Skip to content

v0.41.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 11:35
· 131 commits to main since this release

🚨 Breaking Changes 🚨

This breaking changes not effect to end-user

  • rename interceptorsRoot -> rootInterceptors
  • add clientInterceptors
  • remove beforeCreateClient in plugin
const handler = new RPCHandler(router, {
   rootInterceptors: [],
   clientInterceptors: [],
})

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub