We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db54a7 commit 848df18Copy full SHA for 848df18
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# 2.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
# 1.0.1
16
17
## Bug fixes
0 commit comments