Skip to content

Releases: doseofted/prim-rpc

@doseofted/[email protected]

12 Nov 13:27
1438c6c

Choose a tag to compare

Pre-release

Patch Changes

  • 5a61c07: Upgraded project dependencies

@doseofted/[email protected]

07 Nov 03:41
4f3091b

Choose a tag to compare

Pre-release

Patch Changes

  • 22d7cec: Improved type support on client for passing form events to a function (transformed by server)
  • db47bc4: All type definitions for functions are transformed client-side because this argument is not needed on
    client

@doseofted/[email protected]

26 Oct 14:06
f66ecf0

Choose a tag to compare

Pre-release

Minor Changes

  • c33e036: Client's module type parameter created with createPrimTestingSuite() is no longer wrapped in Partial type

Patch Changes

  • 24fdfdc: Function on client can now be passed as form's onsubmit handler directly

@doseofted/[email protected]

16 Oct 16:48
cfa6958

Choose a tag to compare

Pre-release

Patch Changes

  • 7ddfb01: contextTransform option of client-side Fetch method handler now passes argument of ResponseInit type instead
    of empty Response object

@doseofted/[email protected]

15 Oct 05:22
00ed879

Choose a tag to compare

Pre-release

Patch Changes

  • 4b2ca8e: Added .preCall and .postCall hooks on server to transform args and results respectively

@doseofted/[email protected]

15 Oct 05:22
00ed879

Choose a tag to compare

Pre-release

Patch Changes

  • d67e440: Bump to package dependencies
  • 4272969: Fetch plugin now has empty Response added to contextTransform option's arguments

@doseofted/[email protected]

29 Sep 00:48
9464d07

Choose a tag to compare

Pre-release

Patch Changes

  • 16ad50f: Fetch API no longer errors on preflight requests, headers like CORS should be added as part of plugin setup

@doseofted/[email protected]

28 Sep 22:08
414a463

Choose a tag to compare

Pre-release

Patch Changes

  • 77450a2: Fetch API plugin for servers now has "preprocess" option to modify Request and "postprocess" option to modify
    Response

@doseofted/[email protected]

08 Sep 00:13
59af93c

Choose a tag to compare

Pre-release

Patch Changes

  • bf3a720: RPC result can now contain binary data with default JSON handler
  • f99c269: Binary JSON handler is now supported (.parse and .stringify can utilize binary data)

@doseofted/[email protected]

08 Sep 06:33
4a474c9

Choose a tag to compare

Pre-release

Patch Changes

  • 2c7dc01: Context is now undefined by default but can be given in individual handler options
  • d05a96e: Added generic fetch/requests handler for modern runtimes like Bun/Deno