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 aafbc63 commit 29f12fdCopy full SHA for 29f12fd
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# 6.0.0
2
+
3
+## Breaking changes
4
5
+- Previously, if the [`props`](README.md#-props) option was `false`,
6
+ [aggregate errors](https://github.com/ehmicky/modern-errors#aggregate-errors)
7
+ were not printed. To achieve the same behavior, the
8
+ [`cause`](README.md#-cause) option must now be set to `false`.
9
10
+## Features
11
12
+- Aggregate errors are now printed on their own, which result in a prettier
13
+ output.
14
15
# 5.2.0
16
17
## Features
0 commit comments