| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-10-30 | 484 Bytes | |
| v2.0.0 source code.tar.gz | 2016-10-30 | 10.9 kB | |
| v2.0.0 source code.zip | 2016-10-30 | 19.7 kB | |
| Totals: 3 Items | 31.1 kB | 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 as function (or like previously as primitive value number / boolean)
- options.getLevel now has the signature of (responseTime, context) => {} instead of responseTime => {}