Skip to content

Releases: doseofted/prim-rpc

@doseofted/[email protected]

08 Sep 00:13
59af93c

Choose a tag to compare

Pre-release

Patch Changes

  • 2aad319: Next.js handler now supports files in RPC result
  • 61b77b1: Hono handler now supports files contained in RPC result
  • 79a7ee3: Express handler now supports files in RPC result, now using formidable as multipart plugin
  • 3fbc99c: Astro handler now supports files in RPC result
  • bf3a720: Fastify handler now supports sending back files as part of RPC result
  • 36e16f7: H3 handler now supports files in RPC result
  • bf3a720: Browser fetch plugin can now handle binary RPC result

@doseofted/[email protected]

30 Aug 13:15
d97063c

Choose a tag to compare

Pre-release

Patch Changes

  • ab6373f: Upgraded project lockfile

@doseofted/[email protected]

30 Aug 13:15
d97063c

Choose a tag to compare

Pre-release

Patch Changes

  • ab6373f: Upgraded project lockfile

@doseofted/[email protected]

30 Aug 13:15
d97063c

Choose a tag to compare

Pre-release

Patch Changes

  • ab6373f: Upgraded project lockfile
  • 780acf1: Added plugin to support Astro in SSR mode

@doseofted/[email protected]

08 Aug 22:05
90d2535

Choose a tag to compare

Pre-release

Patch Changes

  • d88195a: Upgraded dependencies
  • d88195a: Adjusted type definitions to resolve internal type issue caught with upgraded TypeScript 5.1.6

@doseofted/[email protected]

08 Aug 22:05
90d2535

Choose a tag to compare

Pre-release

Patch Changes

@doseofted/[email protected]

08 Aug 22:05
90d2535

Choose a tag to compare

Pre-release

Patch Changes

@doseofted/[email protected]

07 Aug 01:55
15e8dbf

Choose a tag to compare

Pre-release

Patch Changes

  • 382d472: Client module generic parameter must now match module option if provided
  • 382d472: Allow list option is now typed according to module given on server
  • 556b06f: Improved type support for allow list option of Prim+RPC

@doseofted/[email protected]

07 Aug 01:55
15e8dbf

Choose a tag to compare

Pre-release

Patch Changes

  • 556b06f: Web Worker plugin now supports Shared Workers

@doseofted/[email protected]

27 Jun 13:09
c4e7904

Choose a tag to compare

Pre-release

Patch Changes

  • 36cbb7d: Fix for "excessively deep" type error on Prim RPC client (methods-on-methods type now only shown if method is
    defined directly on function)