routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v2.2.3

Published by jakobrosenberg almost 4 years ago

2.2.3 (2020-10-27)

Performance Improvements

  • reduced size of routes.js by 50-75% (5bad656)
routify - v2.2.2

Published by jakobrosenberg about 4 years ago

2.2.2 (2020-10-09)

Bug Fixes

routify - v2.2.1

Published by jakobrosenberg about 4 years ago

2.2.1 (2020-10-09)

Bug Fixes

routify - v2.2.0

Published by jakobrosenberg about 4 years ago

2.2.0 (2020-10-06)

Features

routify - v2.1.4

Published by jakobrosenberg about 4 years ago

2.1.4 (2020-10-04)

Bug Fixes

  • add missing export to utils/config (ec1dec6)
routify - v2.1.3

Published by jakobrosenberg about 4 years ago

2.1.3 (2020-09-16)

Bug Fixes

routify - v2.1.2

Published by jakobrosenberg about 4 years ago

2.1.2 (2020-08-27)

Bug Fixes

  • root layout missing on bundled build (1db4439)
routify - v2.1.1

Published by jakobrosenberg about 4 years ago

2.1.1 (2020-08-27)

Bug Fixes

  • unknown prop 'index' warning (08a4ce1)
routify - v2.1.0

Published by jakobrosenberg about 4 years ago

2.1.0 (2020-08-23)

Bug Fixes

  • afterPageLoad called invalidated hooks (9566bd1)

Features

  • param-is-page option for reload on new param (1e7bf2c)
routify - v2.0.3

Published by jakobrosenberg about 4 years ago

2.0.3 (2020-08-22)

Bug Fixes

  • errored if routifyDir was missing (4d3c727)
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)