- add a transporter to logger opts param (#65)
- Adds Boom compatibility (#64)
- Fixes error 'chalk[color] does not return function' when using custom (#61)
- use async function
- update bytes to 2.x
- add color for code 0
- bump deps
- add: support for koa 2
- remove: support for koa 1
- fix: stop using octal literals for strict mode
- bump bytes
- add: add colors and symbols for error and close events
- remove: only make the method bold
- fix: use
ctx.originalUrl
instead ofctx.url
- add: log the response length of streams
- add: humanize the response time
- add: log when response is finished/closed, not caught upstream
- fix exception handling