Skip to content

v0.3.0

Compare
Choose a tag to compare
@jamestalmage jamestalmage released this 14 Jan 07:36
· 66 commits to main since this release

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.