We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4efd69 commit 30ec93bCopy full SHA for 30ec93b
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+# 7.0.0
2
+
3
+## Breaking changes
4
5
+- The `log-process-errors/build/register` export has been removed.
6
+ Please [import `log-process-errors` programmatically](README.md#usage) instead.
7
+- The [`testing` option value](docs/API.md#testing) `node-tap` has been renamed to `node_tap`
8
+- Minimal supported Node.js version is now `12.20.0`
9
+- This package is now an ES module. It can only be loaded with an `import` or
10
+ `import()` statement, not `require()`. See
11
+ [this post for more information](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
12
13
+## Features
14
15
+- Improve colors detection
16
17
# 6.3.0
18
19
## Features
0 commit comments