1.1.0: extra options for route function, extra tests
uroute is a port of Kriasoft's Universal Router
- Lighter weight
- Does not depend on generator functions or async/await (but can be used icw async/await)
- Additional
routefunction, to easy creation of routes - Does not have to be transpiled down to ES5, runs as-is
- Only depends on Promise and Array.isArray