Easy-to-understand, type-safe, transport-agnostic RPC/IPC for JavaScript, supporting callbacks, batching, file handling, custom serialization, and more.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@doseofted/prim-rpc@0.1.0-alpha.24
Minor Changes
8072796: .methodsOnMethods option now requires an key/value object where the key is the method-on-method name and the value is either true or "idempotent" (similar to .allowList option)
d5887ab: RPC can no longer be made by GET requests by default: introduced new keyword for function's .rpc property named "idempotent" that, when used with HTTP plugins, allows RPC over GET requests
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@doseofted/prim-rpc@0.1.0-alpha.24
Minor Changes
true
or"idempotent"
(similar to .allowList option).rpc
property named "idempotent" that, when used with HTTP plugins, allows RPC over GET requests@doseofted/prim-example-server@0.1.0-alpha.34
Patch Changes