Skip to content

Update for SvelteKit 1.0.0-next.330

Latest
Compare
Choose a tag to compare
@stordahl stordahl released this 16 May 02:49
1a146da

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.