Releases: pablosichert/concurrency-logger
Releases · pablosichert/concurrency-logger
v2.0.0
Breaking changes:
options.reporter
expects a writable stream instead of a callback function- Errors from
next
are not caught, but passed on
New features:
options.width
can be passed in asfunction
(or like previously as primitive valuenumber
/boolean
)options.getLevel
now has the signature of(responseTime, context) => {}
instead ofresponseTime => {}