roux 0.1.1
roux: ^0.1.1 copied to clipboard
A lightweight, fast, functional router for Dart with static, parameterized, and wildcard route matching.
Changelog #
All notable changes to this project will be documented in this file.
0.1.1 - 2026-02-04 #
Features #
- Add a runnable
example/main.dartshowcasing router setup and matching.
0.1.0 - 2026-02-04 #
Features #
- 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.
Documentation #
- README redesigned with clearer installation and usage guidance.
Continuous Integration #
- GitHub Actions workflow updated for testing.
Chore #
- Project versioning, dependencies, and build configuration updated.