Releases: ItalyPaleAle/svelte-spa-router
Releases · ItalyPaleAle/svelte-spa-router
v1.1.0
New features:
- Router now extracts the "querystring" from the hash (e.g. in
/book?id=123
) and makes it available in the$querystring
Svelte store (read-only). The querystring is returned as a string and not parsed, however.
Changes:
- Refactored some internal code to have less listeners on the hash change event.
v1.0.1
New features:
- The first argument in the
use:active
action is now optional; if missing, it will be taken from the tag'shref
attribute.
Improvements:
- Added automated testing with nightwatch
- Added Continuous Integration with Azure Pipelines
v1.0.0
First public release