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
Promiseimplementations, as well asnested-error-stacks. - Normalize to unix style paths before filtering internals (df98523). The regular expressions in
options.internalsno 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.