Releases: pedronauck/micro-router
Releases · pedronauck/micro-router
v3.1.2
v3.1.1
Changelog
- Fix build files
v3.1.0
v3.0.0
Changelog
- Remove 404 default handler
- Add support for dashe and underline routes
V2.2.3
- add
microas peerDep
v2.2.2
v2.2.1
- Update dist file
v2.2.0
- Add
404as default handler
v2.1.1
- Add a compiled version on
distfolder - Small adjustment to check if a pattern in a path or instance of
UrlPattern
v2.1.0
- Change
DELETEmethod asdelinstead ofdeleteto avoid conflicts with the reserved keyword.