v0.1.4
Release Notes: v0.1.4
We're excited to announce the latest release of SupaSvelteKit! This release includes the following features:
DelayedFunctionCall
We've added a new DelayedFunctionCall component that allows for delayed function calls using Supabase Functions. This component can be useful in scenarios where you need to delay a function call, for example, to provide a better user experience in your application.
FunctionCall
We've added a new FunctionCall component that represents a function call to a Supabase function. This component can be useful in scenarios where you need to make a function call to a Supabase function from your Svelte components.
IntervalFunctionCall
We've added a new IntervalFunctionCall component that represents a Supabase function call that is executed at regular intervals. This component can be useful in scenarios where you need to update your data using to a Supabase function at regular intervals from your Svelte components.
ScheduledFunctionCall
We've added a new ScheduledFunctionCall component that allows you to schedule a function call to a Supabase function. This component takes in the function name, headers, body, and date as props and uses these to schedule the function call.
We hope you find these features useful! If you have any feedback or feature requests, please let us know by opening an issue on our GitHub repository.