v0.5.0
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