routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v1.9.2

Published by jakobrosenberg over 4 years ago

1.9.2 (2020-07-07)

Bug Fixes

  • better dynamic basepath handling (7b2762f)
routify - v1.9.1

Published by jakobrosenberg over 4 years ago

1.9.1 (2020-07-06)

Bug Fixes

routify - v1.9.0

Published by jakobrosenberg over 4 years ago

1.9.0 (2020-07-06)

Features

  • prerender: add convertToIndex to exporter (224946b)
routify - v1.8.3

Published by jakobrosenberg over 4 years ago

1.8.3 (2020-07-01)

Bug Fixes

  • remove mystery translate from baseTransition (5100d91)
routify - v1.8.2

Published by jakobrosenberg over 4 years ago

1.8.2 (2020-07-01)

Bug Fixes

  • inBrowser had reversed values (7b5f807)
routify - v1.8.1

Published by jakobrosenberg over 4 years ago

1.8.1 (2020-06-30)

Bug Fixes

  • params: weren't available in _layout.svelte (bc3d3e1)
routify - v1.8.0

Published by jakobrosenberg over 4 years ago

1.8.0 (2020-06-29)

Bug Fixes

  • export: CLI didn't use routifyDir or defaults (a9d86ad)
  • install: install fails without git (18683da)
  • install: missing package.json error (1a633b6)
  • better plugin resolution (cba9b0c)
  • buildRoutes didn't work with Snowpack (8771429)
  • plugins didn't work with yarn (498a63c)
  • routes couldn't be imported (8e7c314)
  • basepath: could not use ( as first character (daff7d6)
  • beforeUrlChange: didn't await (d7a91c5)
  • build: double build in Rollup on new metadata (4d57866)
  • imports: routes.js didn't resolve in Snowpack (59f8023)
  • ordering: honor meta children order (0cb1071)
  • params: fired on components being destroyed (4f260b0)
  • plugin: ditch unneeded array (d649407)
  • prefetch: don't prefetch recursively (a9eddad)
  • prefetch: url queries didn't work (637c4ec)
  • prefetcher: cleanup debugging (865aa16)
  • prefetcher: wrong entrypoint url (2a5eec7)
  • publish: semantic release check (b806aa2)
  • scroll: scroll-lock was not honored (8eace06)
  • sorting: sorting sometimes wrong without meta (640ff61)
  • sw: better feedback from headers (030f1fc)
  • sw: couldn't prefetch the same path twice (fefa965)
  • sw: don't wait for refresh to claim client (bb55866)
  • sw: make service worker PG (f5f1c9b)
  • warning: circular dependency warning (bcdd4c6)

Features

  • $isChangingPage: new helper added (dac77a5)
  • helpers: enable helpers outside Routify ctx (f41bf62)
  • helpers: enable helpers outside Routify ctx (e4b0506)
  • meta: meta helper (b7e0161)
  • plugin: add support for plugins (394ff16)
  • prefetch: cache time and timeout options (b52be40)
  • prefetcher: handle DOM nodes (0921a5c)
  • prefetcher: prefetch components and data (4529733)
  • preload: add preload method to client nodes (c9ec9a0)
  • prerender: allow prerender=false (80143eb)
  • ssr: added routify.inBrowser (87e08b2)
  • workbox: plugin for multiple cache states (b0251be)
routify - v1.8.0-beta.30

Published by jakobrosenberg over 4 years ago

1.8.0-beta.30 (2020-06-24)

Features

  • ssr: added routify.inBrowser (87e08b2)
routify - v1.8.0-beta.29

Published by jakobrosenberg over 4 years ago

1.8.0-beta.29 (2020-06-19)

Bug Fixes

  • install: missing package.json error (1a633b6)
routify - v1.8.0-beta.28

Published by jakobrosenberg over 4 years ago

1.8.0-beta.28 (2020-06-19)

Bug Fixes

  • export: CLI didn't use routifyDir or defaults (a9d86ad)
routify - v1.8.0-beta.27

Published by jakobrosenberg over 4 years ago

1.8.0-beta.27 (2020-06-14)

Bug Fixes

  • install: install fails without git (18683da)
routify - v1.8.0-beta.26

Published by jakobrosenberg over 4 years ago

1.8.0-beta.26 (2020-06-11)

Bug Fixes

  • better plugin resolution (cba9b0c)
routify - v1.8.0-beta.25

Published by jakobrosenberg over 4 years ago

1.8.0-beta.25 (2020-06-09)

Bug Fixes

  • plugins didn't work with yarn (498a63c)
routify - v1.8.0-beta.24

Published by jakobrosenberg over 4 years ago

1.8.0-beta.24 (2020-06-09)

Bug Fixes

  • routes couldn't be imported (8e7c314)
routify - v1.8.0-beta.23

Published by jakobrosenberg over 4 years ago

1.8.0-beta.23 (2020-06-08)

Bug Fixes

  • buildRoutes didn't work with Snowpack (8771429)
routify - v1.8.0-beta.22

Published by jakobrosenberg over 4 years ago

1.8.0-beta.22 (2020-06-07)

Bug Fixes

  • imports: routes.js didn't resolve in Snowpack (59f8023)
routify - v1.7.13

Published by jakobrosenberg over 4 years ago

1.7.13 (2020-06-06)

Bug Fixes

  • decodeURI dynamic route params (6d0b508)
routify - v1.8.0-beta.21

Published by jakobrosenberg over 4 years ago

1.8.0-beta.21 (2020-06-04)

Features

  • preload: add preload method to client nodes (c9ec9a0)
routify - v1.8.0-beta.20

Published by jakobrosenberg over 4 years ago

1.8.0-beta.20 (2020-06-04)

Bug Fixes

  • basepath: could not use ( as first character (daff7d6)
routify - v1.8.0-beta.19

Published by jakobrosenberg over 4 years ago

1.8.0-beta.19 (2020-06-03)

Features

  • $isChangingPage: new helper added (dac77a5)