blob: bbb745a2f3207e68088bb607ee4b314f8b56c946 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Changelog
## Not yet released
None yet.
## v1.10.0
* #49 want convenience functions for MultiErrors
## v1.9.0
* #47 could use VError.hasCauseWithName()
## v1.8.1
* #39 captureStackTrace lost when inheriting from WError
## v1.8.0
* #23 Preserve original stack trace(s)
## v1.7.0
* #10 better support for extra properties on Errors
* #11 make it easy to find causes of a particular kind
* #29 No documentation on how to Install this package
* #36 elide development-only files from npm package
|