Skip to content

Releases: ItalyPaleAle/svelte-spa-router

v1.1.0

16 May 14:32
Compare
Choose a tag to compare

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

15 May 01:30
Compare
Choose a tag to compare

New features:

  • The first argument in the use:active action is now optional; if missing, it will be taken from the tag's href attribute.

Improvements:

  • Added automated testing with nightwatch
  • Added Continuous Integration with Azure Pipelines

v1.0.0

14 May 05:04
Compare
Choose a tag to compare

First public release