routify

Automated Svelte routes

Downloads
24.5K
Stars
1.8K
Committers
27

Bot releases are hidden (Show)

routify - v1.5.14

Published by jakobrosenberg over 4 years ago

1.5.14 (2020-04-27)

Bug Fixes

  • typings: typings had wrong path (8c2c823)
routify - v1.5.13

Published by jakobrosenberg over 4 years ago

1.5.13 (2020-04-27)

Bug Fixes

  • types: ambient had relative exports (e92ea0c)
routify - v1.5.13-beta.1

Published by jakobrosenberg over 4 years ago

1.5.13-beta.1 (2020-04-27)

Bug Fixes

  • types: ambient had relative exports (e92ea0c)
routify - v1.5.12

Published by jakobrosenberg over 4 years ago

1.5.12 (2020-04-26)

Bug Fixes

  • types: helper stores were of any type (9c3ec3c)
routify - v1.5.11

Published by jakobrosenberg over 4 years ago

1.5.11 (2020-04-26)

Bug Fixes

routify - v1.5.10

Published by jakobrosenberg over 4 years ago

1.5.10 (2020-04-26)

Bug Fixes

  • types: were still missing (546fda3)
routify - v1.5.9

Published by jakobrosenberg over 4 years ago

1.5.9 (2020-04-26)

Bug Fixes

  • types: some types were missing (2de1346)
routify - v1.5.8

Published by jakobrosenberg over 4 years ago

1.5.8 (2020-04-25)

Bug Fixes

  • transition: different heights caused jitter (e8e56d1)
routify - v1.5.7

Published by jakobrosenberg over 4 years ago

1.5.7 (2020-04-24)

Bug Fixes

  • transition: height glitches on outro (a9d5bdb)
routify - v1.5.6

Published by jakobrosenberg over 4 years ago

1.5.6 (2020-04-24)

Bug Fixes

  • transition: TabsTransition glitches (a7678df)
routify - v1.5.5

Published by jakobrosenberg over 4 years ago

1.5.5 (2020-04-23)

Bug Fixes

  • build: every other unwanted file was kept (a9d9320)
  • isActive: matching too aggressive (e87550a)
  • layout: layout helper failed with decorators (1b9ddf4)
  • layout: was still missing in certain cases (8488a3e)
routify - v1.5.4

Published by jakobrosenberg over 4 years ago

1.5.4 (2020-04-21)

Bug Fixes

  • $url: index was applied when unwanted (cff946d)
  • init: --no-example didn't delete example dir (9931c24)
  • jsdoc: add missing $page and $layout (d393495)
routify - v1.5.3

Published by jakobrosenberg over 4 years ago

1.5.3 (2020-04-19)

Bug Fixes

  • basepath: show warning if / is missing (3c10ce2)
  • init: rollup would not detect new routes (e1a5f9d)
  • types: added basepath type (9f6fd92)
routify - v1.5.2

Published by jakobrosenberg over 4 years ago

1.5.2 (2020-04-18)

Bug Fixes

  • build: underscored files weren't ignored (c160759)
routify - v1.5.1

Published by jakobrosenberg over 4 years ago

1.5.1 (2020-04-18)

Bug Fixes

  • codesandbox: prettierrc broke codesandboxc (7bc2fca)
routify - v1.5.0

Published by jakobrosenberg over 4 years ago

1.5.0 (2020-04-18)

Bug Fixes

  • api: rename dir to children (8b1f03c)
  • baseTransition: proper ancestor detection (ad883b3)
  • browser: add polyfill for fromEntries (2db027b)
  • build: absolute paths not working (96aab86)
  • build: add empty routes.js to avoid race (09c0277)
  • build: added default route for race condition (06d1c6c)
  • build: delay first write to routes.js for 2s (f151736)
  • build: fix race condition (ed85450)
  • build: git missed staged changes (f2f6f2c)
  • build: only use splash for race conditions (c028ea5)
  • build: remove server config dep for client (e0d539e)
  • build: restrict splash write to run command (b0efc91)
  • build: Splash was dynamically imported (90f1dc3)
  • build: wrong import (c25a654)
  • build: wrong path for buildRoutes in routes (a0cdcb4)
  • cli: better child-process explanation (e998f66)
  • cli: don't autorun dev server by default (790c3dd)
  • cli: suppress fsevent warnings (f70909e)
  • concestor: Used layouts instead of parents (000bad8)
  • concestor: was not returning api objects (384bf43)
  • config: remove unknownPropWarnings references (ea433eb)
  • debug: hide unwanted debugging info. (afc81b6)
  • decorator: use $index instead of index (4bae95a)
  • dir: rename dir props to children on client (307de3a)
  • export: revert to __app in exporter (dad565f)
  • exporter: set host to localhost in JSDOM (63befeb)
  • install: more resilient postinstall script (4e585ed)
  • layouts: index value could hide layout (6887579)
  • meta: Now matches all meta comments (52736f7)
  • meta: warn on bad tokens (06bbe17)
  • node: crash on node < v11 (c636c69)
  • npm: add publishConfig (d3844c8)
  • npm: added missing id to actions (3f431a3)
  • npm: added semantic release (0b5560c)
  • npm: remove yarn log (df77c02)
  • npm: removed verbose log level (2278667)
  • npm: show version number after publish (251e5bc)
  • npm: temporarily set npm loglevel to verbose (a3968b2)
  • prettyname: only first dash was replaced (d01b879)
  • prettyName: allow empty string names (30592d0)
  • redirect: added redirect for replaceState (fc1b958)
  • route: add isNonIndexable prop (e6caf7a)
  • route: add prettyName (6235b8d)
  • route: rename route.prev to route.last (915ac11)
  • scroll: change scroll to noHashScroll (7a242c0)
  • scroll: prevent smooth scroll on scroll reset (f654e88)
  • ssr: disable hash & scroll handling in jsdom (996060d)
  • test: disable test - temporarily (c44c9f5)
  • test: remove symlinks (breaking) (93e9053)
  • url: layouts had wrong param syntax (3ed81c9)
  • url: queries not being stringified (d751db1)
  • urlRoute: was set at wrong time (97135e4)
  • warning: nav. page->layout caused warning (744d280)
  • watcher: modified filenames caused crash (32d9308)

Features

  • $context: add component (fa0de7c)
  • CLI: add branch option to init command (c46435a)
  • config: added async getConfig for race cond. (eabfbc3)
  • exports: add tree for use in sitemaps (f4187bd)
  • meta: changes to metadata now rebuilds the routes (5ae9353)
  • meta: meta helper forroutify:options (6107f36)
  • metatags: add $metaTags helper (540d654)
  • prerender: add basepath option to exporter (9c10ae3)
  • query: add query handling to $url & $params (f47d5dd)
  • tree: add lineage (1f50a6f)
  • tree: add sibling and parent relations (909a6f0)
routify - v1.5.0-beta.51

Published by jakobrosenberg over 4 years ago

1.5.0-beta.51 (2020-04-18)

Bug Fixes

  • build: restrict splash write to run command (b0efc91)
routify - v1.5.0-beta.50

Published by jakobrosenberg over 4 years ago

1.5.0-beta.50 (2020-04-18)

Bug Fixes

  • build: only use splash for race conditions (c028ea5)
  • build: Splash was dynamically imported (90f1dc3)
routify - v1.5.0-beta.49

Published by jakobrosenberg over 4 years ago

1.5.0-beta.49 (2020-04-17)

Bug Fixes

  • debug: hide unwanted debugging info. (afc81b6)
routify - v1.5.0-beta.48

Published by jakobrosenberg over 4 years ago

1.5.0-beta.48 (2020-04-15)

Bug Fixes

  • build: delay first write to routes.js for 2s (f151736)

Features

  • CLI: add branch option to init command (c46435a)