This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Changelog
- Added tests (97.3% coverage)
- Add routes for
localhost
when127.0.0.1
is used and vice-versa - Middlewares have stricter typing now (they only take
void | PromiseLike<void>
as return type) - Fixed multiple bugs
- Added potential performance improvements
Full Changelog: 0.1.0...0.1.1