routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are visible (Hide)

routify - v1.9.9

Published by jakobrosenberg about 4 years ago

1.9.9 (2020-08-22)

Bug Fixes

  • auto create missing routifyDir (3ffea96)
routify - v1.9.8

Published by jakobrosenberg about 4 years ago

1.9.8 (2020-08-22)

Bug Fixes

  • Splash screen did not respect routifyDir (a2ed4fd)
routify - v2.0.2

Published by jakobrosenberg about 4 years ago

2.0.2 (2020-08-22)

Bug Fixes

  • Splash screen did not respect routifyDir (84c1ef9)
routify - v2.0.1

Published by jakobrosenberg about 4 years ago

2.0.1 (2020-08-16)

Bug Fixes

  • routes were missing and not sorted correctly (d075ce7)
routify - v2.0.0

Published by jakobrosenberg about 4 years ago

2.0.0 (2020-08-11)

Bug Fixes

Features

  • added _folder.svelte and _module.svelte aliases for _layout.svelte
  • add use directive for url helper (b16610f)
  • hash based routing (66201a0)
  • isAncestor can use sibling index as ancestor (11f3351)
  • urlTransform replaces basepath (1584931)

BREAKING CHANGES

  • _folder.svelte (_layout.svelte) has been merged with the actual folder node
  • rollup plugin has to be loaded from actual path
  • $url paths resolving now aligns with filesystems. (./) is current dir and not current file
  • basepath (runtime) deprecated in favor of urlTransform
  • dynamic imports are enabled by default

OTHER NOTES

  • Better errors
  • Trimmed package dependencies
routify - v1.9.7

Published by jakobrosenberg about 4 years ago

1.9.7 (2020-07-28)

Bug Fixes

  • updated init command to use new org name (4ff87fd)
routify - v1.9.6

Published by jakobrosenberg about 4 years ago

1.9.6 (2020-07-27)

Bug Fixes

  • better errors for router not found (2b11e6a)
routify - v1.9.5

Published by jakobrosenberg about 4 years ago

1.9.5 (2020-07-23)

Bug Fixes

  • better Vite compatibility (5516dc8)
routify - v1.9.4

Published by jakobrosenberg over 4 years ago

1.9.4 (2020-07-18)

Bug Fixes

  • ensure hash validation doesn't hashtag (0dc44e1)
routify - v1.9.3

Published by jakobrosenberg over 4 years ago

1.9.3 (2020-07-18)

Bug Fixes

  • add element name validation against hash (f74acce)
  • remove redundant condition (c37335b)
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)