Releases: Download/uroute
Releases · Download/uroute
Release list
v1.1.0
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
v1.0.0
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
v0.5.0
v0.4.0
v0.3.0
v0.1.0
0.1.0: Initial working version with tests.
Based on universal-router