routify.dev
routify.dev copied to clipboard
The documentation website for Routify, a file-based Router for Svelte
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Hello Devs, Is there any way to opt out from file system route and implement component based? ...or any other way to keep it dynamic as example, ``` ExistFileSystem :...
routify init is deprecated (according to the CLI's warning messages). The CLI suggests that users use `npm init routify` instead. This should be updated on the docs as well.
The [current installation page](https://www.routify.dev/guide/installation) tells users to run `npx @roxi/routify init` to create a new routify project. However, running that command warns that using `routify init` is deprecated and users...
Just tried following ur doc using the Starter Template and had numerous issues. Using node v16. 1. After using init to generate project. npm install failed. There were dependency issues...
Current examples provided in the [documentation](https://www.routify.dev/docs/helpers#params) are a bit misleading as they rapresent a usage of the $params helper function that does not follow the default implementation, it is specified...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...