Skip to content

ES2015 Only

Choose a tag to compare

@blakeembrey blakeembrey released this 01 Apr 10:11
· 22 commits to master since this release

Added

  • Native full stack trace output in node.js by defining inspect() to return fullStack(this)
  • Export fullStack() method for getting the full stack trace from any error (returns err.stack when no err.cause is available)

Changed

  • Remove ES5 usage and require inheritance from BaseError export
  • Remove toString() chained behaviour