Skip to content

Releases: sindresorhus/serialize-error

v11.0.3

10 Nov 07:16
Compare
Choose a tag to compare
  • Improve compatibility with Next.js (#94) 6729be5

v11.0.2...v11.0.3

v11.0.2

25 Aug 14:47
Compare
Choose a tag to compare
  • Fix compatibility with DOMException 26fc52b

v11.0.1...v11.0.2

v11.0.1

02 Aug 11:35
Compare
Choose a tag to compare
  • Fix handling of non-extensible objects fdfe034

v11.0.0...v11.0.1

v11.0.0

13 May 08:18
Compare
Choose a tag to compare

Breaking

  • Expect a message property at a minimum to be interpreted as an Error (#77) 0720121

Improvements

v10.0.0...v11.0.0

v10.0.0

18 Apr 12:04
Compare
Choose a tag to compare

Breaking

  • Require Node.js 14 22b9bd4
  • Preserve error constructor (#70) 49db63a
    • Previously it did not preserve built-in errors. It does now. So a TypeError might have been deserialized as a Error before, but is now deserialized as a TypeError.

Improvements

v9.1.1...v10.0.0

v9.1.1

21 Mar 18:19
Compare
Choose a tag to compare

v9.1.0...v9.1.1

v9.1.0

14 Feb 11:11
Compare
Choose a tag to compare
  • Handle streams attached to an error by replacing them with '[object Stream]' (#57) b589f8e

v9.0.0...v9.1.0

v9.0.0

17 Nov 06:40
Compare
Choose a tag to compare

Breaking

v8.1.0...v9.0.0

v8.1.0

19 Apr 09:46
Compare
Choose a tag to compare

v8.0.1

24 Jan 10:15
Compare
Choose a tag to compare

v8.0.0...v8.0.1