Skip to content

7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 00:00
a659bc6

Changed

  • BREAKING: Preserve original messages during error serialization by default (#158)
    • The behavior introduced in 5.0.0 of overwriting the original message is available by passing shouldPreserveMessage: false to serializeError().
  • BREAKING: Bump minimum Node.js version from 16 to 18 (#154)