Releases: doseofted/prim-rpc
Releases · doseofted/prim-rpc
12 Nov 13:27
Compare
Sorry, something went wrong.
No results found
Patch Changes
5a61c07 : Upgraded project dependencies
07 Nov 03:41
Compare
Sorry, something went wrong.
No results found
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
26 Oct 14:06
Compare
Sorry, something went wrong.
No results found
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
16 Oct 16:48
Compare
Sorry, something went wrong.
No results found
Patch Changes
7ddfb01 : contextTransform option of client-side Fetch method handler now passes argument of ResponseInit type instead
of empty Response object
15 Oct 05:22
Compare
Sorry, something went wrong.
No results found
Patch Changes
4b2ca8e : Added .preCall and .postCall hooks on server to transform args and results respectively
15 Oct 05:22
Compare
Sorry, something went wrong.
No results found
Patch Changes
d67e440 : Bump to package dependencies
4272969 : Fetch plugin now has empty Response added to contextTransform option's arguments
29 Sep 00:48
Compare
Sorry, something went wrong.
No results found
Patch Changes
16ad50f : Fetch API no longer errors on preflight requests, headers like CORS should be added as part of plugin setup
28 Sep 22:08
Compare
Sorry, something went wrong.
No results found
Patch Changes
77450a2 : Fetch API plugin for servers now has "preprocess" option to modify Request and "postprocess" option to modify
Response
08 Sep 00:13
Compare
Sorry, something went wrong.
No results found
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)
08 Sep 06:33
Compare
Sorry, something went wrong.
No results found
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