Breaking changes:
options.reporterexpects a writable stream instead of a callback function- Errors from
nextare not caught, but passed on
New features:
options.widthcan be passed in asfunction(or like previously as primitive valuenumber/boolean)options.getLevelnow has the signature of(responseTime, context) => {}instead ofresponseTime => {}