Skip to content

v0.5.0

Compare
Choose a tag to compare
@rikilele rikilele released this 20 Jul 16:18
· 39 commits to main since this release
3d19a59

Breaking Changes 💥

837ae4c - Type signatures of KyukoRouteHandler, KyukoErrorHandler, and KyukoMiddleware improved
#27 - json middleware has different signature for Request with body: WithBody
334ff6d - Errors emitted from route handlers and middleware and handled separately now
e05a7dc - res.status() accepts the std library type of Status

New Features ✨

#27 - basicAuth middleware added

Fixes 🔧

a5b6f66 - Populating of req.params makes sense in TypeScript (used to work just because JS)

Performance Improvements 📈

a5b6f66 - Finding a route path match is more efficient