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