roux 0.1.0
roux: ^0.1.0 copied to clipboard
A lightweight, fast, functional router for Dart with static, parameterized, and wildcard route matching.
0.1.0 - 2026-02-04 #
Added #
- Rebranded as Roux with refreshed documentation and examples.
- Function-based routing API (createRouter, addRoute, findRoute, findAllRoutes, removeRoute, routeToRegExp).
- Comprehensive test suite for routing operations.
- Benchmarks for route matching.
Changed #
- README redesigned with clearer installation and usage guidance.
- GitHub Actions workflow updated for testing.
- Project versioning, dependencies, and build configuration updated.