Skip to content

Releases: gsxdsm/nuxt-rpc

v0.3.6

02 Jan 03:34
Compare
Choose a tag to compare

compare changes

Features

  • Fixes self-reference in package.json leading to npm install failure

v0.3.1

15 Dec 03:49
Compare
Choose a tag to compare

compare changes

Features

  • Added support for FormData, File, and Blob parameters in RPC params

💅 Refactors

  • Introduce constants for RPC form data handling and clean up code (5beb8fb)

v0.2.8

09 Dec 05:11
Compare
Choose a tag to compare

v0.2.5

09 Dec 00:19
Compare
Choose a tag to compare

Added support for caching, based off of approach from nuxt-server-fn
Added support for specifying multiple file search paths and an index.ts for a directory of functions

Full Changelog: v0.1.5...v0.2.5

v0.1.5

07 Dec 06:19
Compare
Choose a tag to compare

Removed the need to create a separate client. Auto import a "rpc" and "rpcClient" to allow directly calling functions. No need to import functions. rpcClient will take all fetch options as well.

Added ability to customize the api route, the search pattern, and the name of the exported rpc and rpcClient helpers.

v0.0.1

06 Dec 03:41
031e598
Compare
Choose a tag to compare

Migrated nuxt-remote-fn to nuxt-rpc

Full Changelog: https://github.com/gsxdsm/nuxt-rpc/commits/v0.0.1