Skip to content

v1.0.2

Choose a tag to compare

@HarshKothari88 HarshKothari88 released this 16 Jan 19:08
· 34 commits to master since this release

[1.0.2] - 2025-01-17

Added

  • Complete support for all SvelteKit route file types:
    • +page.server.ts
    • +server.ts
    • +layout.svelte
    • +layout.ts
    • +layout.server.ts
    • +error.svelte
  • Natural sorting support with two options:
    • Natural sorting (default) - Intelligently sorts number-containing routes
    • Basic sorting - Standard string comparison

Improved

  • Enhanced UI organization with sub-directory dividers for better route visualization
  • Better route grouping and hierarchy display
  • More intuitive navigation through complex route structures

Fixed

  • Critical bug preventing root-level file scanning
  • Route sorting issues with numbered prefixes/suffixes
  • Various route matching edge cases