Release 7.0.0
Breaking changes
- The
log-process-errors/build/register
export has been removed. Please importlog-process-errors
directly instead. - The
testing
option valuenode-tap
has been renamed tonode_tap
- Minimal supported Node.js version is now
12.20.0
- This package is now an ES module. It can only be loaded with an
import
orimport()
statement, notrequire()
. See this post for more information.
Features
- Improve colors detection