Releases: sindresorhus/serialize-error
Releases · sindresorhus/serialize-error
v11.0.3
v11.0.2
- Fix compatibility with
DOMException
26fc52b
v11.0.1
- Fix handling of non-extensible objects fdfe034
v11.0.0
v10.0.0
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 aError
before, but is now deserialized as aTypeError
.
- Previously it did not preserve built-in errors. It does now. So a