Releases: tapjs/stack-utils
Releases · tapjs/stack-utils
v2.0.5
v0.3.0
Changes
- Added support for long stack traces (ac75d47). This covers "debuggable" long stack traces returned by many
Promise
implementations, as well asnested-error-stacks
. - Normalize to unix style paths before filtering internals (df98523). The regular expressions in
options.internals
no longer need to account for Windows style paths. - Update the list of regular expressions returned by
nodeInternals()
(fe92db3). It now covers a much more complete set of Node's internal files.