All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This major release fully focuses on getting in sync with the wider SvelteKit ecosystem and doesn't in itself introduce any new rules or features compared to version 1.1.2.
- Update
@sveltejs/kit
to1.5.0
- Use
JSDoc
annotations for type checking instead ofTypeScript
as reccomended for Svelte libraries - Use
Vitest
for unit testing instead ofJest
- Update node version to
18.16.0
- Update all npm dependencies
- Update default configs
- Use folder based routing
- Move preload function to seprate file
- Move reusable type declarations to a common file under lib root
- Reorganize styles and remove unused styles
- Move unit tests to components