Skip to content

Commit 5a9ebc4

Browse files
webJoseCopilot
andauthored
feat: Support extension packages (#66)
* feat: Support extension packages Fixes #42. * chore(jsdoc): Correct description for the RoutingUniverse type Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 8c1946d commit 5a9ebc4

21 files changed

+1484
-764
lines changed

docs/testing-guide.md renamed to AGENTS.md

Lines changed: 125 additions & 79 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
> **📝 Small and Unique!**
88
>
9-
> + Less than **1,250** lines of code, including TypeScript typing.
9+
> + Less than **1,400** lines of code, including TypeScript typing.
1010
> + Always-on path and hash routing. Simultaneous and independent routing modes.
1111
> + The router that invented multi hash routing.
12+
> + **NEW!** Supports extension packages (Sveltekit support coming soon)
1213
1314
+ **Electron support**: Works with Electron (all routing modes)
1415
+ **Reactivity-based**: All data is reactive, reducing the need for events and imperative programming.

0 commit comments

Comments
 (0)