Skip to content

Releases: stordahl/sveltekit-snippets

Update for SvelteKit 1.0.0-next.330

16 May 02:49
1a146da
Compare
Choose a tag to compare

Huge shoutout to @jhubbardsf for creating all of these updates

  • kitEndpoint: Updated name to be a choice of valid actions. Added in all valid input parameters.
  • kitTsEndpoint: Updated name to be a choice of valid actions. Added in all valid input parameters. Modified TypeScript return to be valid. Added type to function.
  • kitLoad: Changed to arrow function. Added all parameter inputs. Added status to return.
  • kitLoadTs (New Snippet): Same as kitLoad but with typed function.
  • Other: Cleaned up a little bit with spacing.

Minor Bug fixes

13 Jan 21:40
Compare
Choose a tag to compare

Nothing major here - just minor bug fixes. Consult the changelog for a list of changes.

Adds TypeScript Endpoints

31 Dec 20:57
71e3d21
Compare
Choose a tag to compare

Added

  • TypeScript Endpoints via kitTsEndpoint

Changed

  • Removed { params } from Endpoints boilerplate

Fixed

  • Adds lang=ts to normal script tag when using kitModuleTs

🥳 Initial Major Release! ✨

25 Nov 16:00
Compare
Choose a tag to compare

Find the v1.0.0 release of sveltekit-snippets here or download the install-able vsix below.

View the Changelog here.