We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc49ee3 commit 4ef9e28Copy full SHA for 4ef9e28
1 file changed
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+# 6.0.0
2
+
3
+## Breaking changes
4
5
+- Previously, if the [`props`](README.md#-props) option was `false`, nested
6
+ errors
7
+ ([`error.cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause)
8
+ and
9
+ [`error.errors`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError/errors))
10
+ were not printed. To achieve the same behavior, the
11
+ [`cause`](README.md#-cause) option must now be set to `false`.
12
13
+## Features
14
15
+- Nested errors are now printed on their own, which result in a prettier output.
16
17
# 5.3.0
18
19
## Features
0 commit comments