Skip to content

v0.9.0

Compare
Choose a tag to compare
@zerodevx zerodevx released this 24 Feb 09:53
· 26 commits to master since this release

Sorry this took some time.

v0.9 introduces a big tooling upgrade to svelte-package to better keep in sync with any changes in the Svelte ecosystem. Consequently, compiled packages (for non-Svelte consumers) are moved to a separate /dist endpoint. This distinction helps the package work with virtually any permutation of environment setup.

Under the hood, we added better type safety, moved away from handwritten ts.d to generated ones, and performed a slight code refactor/cleanup.