Skip to content

Releases: qwacko/skRoutes

0.1.1 - Fix Release

10 May 18:29
b2fcd2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0 - Svelte 5

08 May 20:31
418613c
Compare
Choose a tag to compare

Updated to depend on Svelte 5

What's Changed

Full Changelog: 0.0.15...0.1.0

0.0.15 - New Bundler and no lodash

25 Dec 09:39
63e001c
Compare
Choose a tag to compare

What's Changed

  • Fixed bundler and reliance on lodash by @qwacko in #22

Full Changelog: 0.0.14...0.0.15

0.0.14 - Update to Sveltekit 2.0

23 Dec 18:29
5e84d46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.13...0.0.14

0.0.13 - Fixed urls with "undefined" values.

06 Nov 17:49
1c3547d
Compare
Choose a tag to compare

Tidied up URLs so that "undefined" values are excluded from being included in the URL.

0.0.12 - Make Exports Work Correctly.

06 Nov 02:14
fc250e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.11...0.0.12

0.0.11 - Clearing Params Works

06 Nov 01:39
01b3eda
Compare
Choose a tag to compare

Rewrote merge function to allow for clearing of a property using updateParams by setting it to undefined.

What's Changed

  • Fixed Package Version (0.0.10) by @qwacko in #15
  • Made Functionality Work For Clearing Params. by @qwacko in #16

Full Changelog: 0.0.10...0.0.11

0.0.10 - Dependency Update

04 Nov 19:06
cdf0fec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.0.10

0.0.9 - Frontend Store

15 Sep 09:50
da03af3
Compare
Choose a tag to compare

Added store for frontend to use the URL as a real store.

What's Changed

  • Created Page info store by @qwacko in #12
  • Added Page Info Store For Better Approach In The Frontend by @qwacko in #13

Full Changelog: 0.0.08...0.0.9

0.0.8 - Easy Redirect Support

15 Sep 04:47
62d979b
Compare
Choose a tag to compare

Added functionality to the function for use in load functions to allow easy generation of new URLs with minor params / searchParam changes. This is likely to be used mostly for redirects from the load function (i.e. pagination)

What's Changed

  • Made server page info also have a way to generate a derived URL (For … by @qwacko in #10

Full Changelog: 0.0.7...0.0.08