Skip to content

Releases: oedotme/generouted

v1.13.1

05 Jun 16:55
v1.13.1
d6431ef
Compare
Choose a tag to compare

Commits

Changelog: v1.13.0...v1.13.1

v1.13.0

05 Jun 16:54
v1.13.0
3850bec
Compare
Choose a tag to compare

Changes

  • Support option for nested src/pages in nested directory such as client/src/pages or apps/dashboard/src/pages
  • Custom integration full example
  • Auto-format generated router.ts file with prettier by default if prettier is installed

Breaking changes at Vite plugin options

  • source is now an object instead of string to accept both routes and modals patterns
  • output is now the full output file path instead of only file name
// default values when using `generouted()` plugin with no options (recommended)
{
  source: { routes: './src/pages/**/[\\w[-]*.{jsx,tsx}', modals: './src/pages/**/[+]*.{jsx,tsx}' },
  output: './src/router.ts',
  format: true,
}

Commits

Changelog: v1.12.9...v1.13.0

v1.12.9

27 May 19:46
v1.12.9
1c3e965
Compare
Choose a tag to compare

Commits

Changelog: v1.12.8...v1.12.9

v1.12.8

16 May 10:34
v1.12.8
44861d5
Compare
Choose a tag to compare

Commits

Changelog: v1.12.7...v1.12.8

v1.12.7

30 Apr 13:19
v1.12.7
f53d1eb
Compare
Choose a tag to compare

Commits

Changelog: v1.12.6...v1.12.7

v1.12.6

10 Apr 17:09
v1.12.6
29dbf3f
Compare
Choose a tag to compare

Commits

Changelog: v1.12.5...v1.12.6

v1.12.5

10 Apr 13:29
v1.12.5
e9d53f6
Compare
Choose a tag to compare

Commits

Changelog: v1.12.4...v1.12.5

v1.12.4

02 Apr 18:00
v1.12.4
e2c5373
Compare
Choose a tag to compare

Commits

Changelog: v1.12.3...v1.12.4

v1.12.3

02 Apr 18:00
v1.12.3
00b4bcf
Compare
Choose a tag to compare

Changes

New generouted explorer - interactive playground for file-based routing.

You can run it online via StackBlitz


Open in StackBlitz

Commits

Changelog: v1.12.2...v1.12.3

v1.12.2

02 Apr 13:56
v1.12.2
9f4dcaa
Compare
Choose a tag to compare

Commits

Changelog: v1.12.1...v1.12.2