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
micro
as peerDep
v2.2.2
v2.2.1
- Update dist file
v2.2.0
- Add
404
as default handler
v2.1.1
- Add a compiled version on
dist
folder - Small adjustment to check if a pattern in a path or instance of
UrlPattern
v2.1.0
- Change
DELETE
method asdel
instead ofdelete
to avoid conflicts with the reserved keyword.