Skip to content

Releases: doseofted/prim-rpc

@doseofted/[email protected]

27 Jun 06:37
bb85ee5

Choose a tag to compare

Pre-release

Patch Changes

  • 8788b57: Fixed methods-on-methods that were in allowed list not being callable

@doseofted/[email protected]

27 Jun 04:21
af0e47b

Choose a tag to compare

Pre-release

Minor Changes

  • e8b8c64: Errors are now better handled during processing of HTTP-like requests/responses and processing of RPC
    calls/results

Patch Changes

  • 20164e9: Fix for broken type definitions (introduced in last version) on async functions used with client
  • 8f0ff34: Only function types are given on module used with Prim RPC client, also available as new "RpcModule" type for
    usage outside of client or with JSDocs

@doseofted/[email protected]

26 Jun 00:29
0ecd94b

Choose a tag to compare

Pre-release

Patch Changes

  • 33fdeb6: Fix for dynamic imports used with Prim RPC server
  • b52fe0a: More in-depth checks added for calling module provided to Prim+RPC server

@doseofted/[email protected]

26 Jun 00:29
0ecd94b

Choose a tag to compare

Pre-release

Minor Changes

  • fe310d3: New option added to preventImport tool that throws an error if imported on client at run-time (useful for
    testing with fullstack frameworks)

@doseofted/[email protected]

23 Jun 19:47
4cfa60f

Choose a tag to compare

Pre-release

Patch Changes

  • fb51478: Reverted file size check behavior (types on server should reflect client more closely)

@doseofted/[email protected]

23 Jun 18:46
ccfe2e8

Choose a tag to compare

Pre-release

Patch Changes

  • 2bf318d: File/Blob size is now checked prior to sending RPC (discarded if size is 0)

@doseofted/[email protected]

23 Jun 17:03
364af92

Choose a tag to compare

Pre-release

Patch Changes

  • d0d9402: Bug fix: Batch time of 0 now makes RPC immediately instead of using timer with 0 seconds (fixes possibly
    sending batched request when not configured to do so)
  • e007373: Bug fix: 400 HTTP status code no longer utilized when RPC result is a falsy value

@doseofted/[email protected]

23 Jun 19:47
4cfa60f

Choose a tag to compare

Pre-release

Patch Changes

  • fb51478: Relaxed Hono file checking to prevent binary prefix string being returned for empty file

@doseofted/[email protected]

22 Jun 18:55
7395474

Choose a tag to compare

Pre-release

Minor Changes

  • 20df825: Web Worker plugin now has new jsonHandler export (existing plugins now only return plugin without extra JSON
    handler)

@doseofted/[email protected]

21 Jun 20:43
cc3d2ee

Choose a tag to compare

Pre-release

Minor Changes

  • c15bde3: Module option of client and server now accepts dynamic imports and explicitly setting module value to null