Releases: borderless/router
Releases · borderless/router
Generic router param
Handle empty strings statically
- Handle empty segments as static empty strings 4650bcb
Fix matching empty routes
Fix module type to ESM
Remove bin
- Fix unused bin 886fcbe
Initial release
Simple router with sorted route matching based on specificity, with support for simple dynamic segments. Mostly designed for use with file-system based routes (e.g. Next.js) and will avoid usages of characters that don't work on the filesystem (e.g. :
).