Skip to content

Releases: tapjs/stack-utils

v2.0.5

17 Sep 16:34
v2.0.5
536b9a2
Compare
Choose a tag to compare

v0.3.0

14 Jan 07:36
Compare
Choose a tag to compare

Changes

v0.2.0 ... v0.3.0

  • Added support for long stack traces (ac75d47). This covers "debuggable" long stack traces returned by many Promise implementations, as well as nested-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.