0.16.0
- Upgraded to Svelte v4
- Upgraded to @svelte/package v2 and applied stricter imports/exports
- Previously both:
import sveltify from "svelte-preprocess-react/sveltify";
import { sveltify } from "svelte-preprocess-react";
- were supported, now only
import { sveltify } from "svelte-preprocess-react";
is supported.
- Switched from TS to JSDoc types for the preprocessor, simplifying the development setup.