3.2.1 (2024-11-26)
- remove npm engines pinning (9f51dab)
3.2.0 (2024-05-02)
- serialise an AggregateError's sub-errors (1b66c9f)
- serialize-error: document the errors property on SerializedError (5fe380c)
3.1.0 (2024-04-29)
- add support for Node.js 22 (e083794)
3.0.2 (2024-03-22)
- add type declarations for serialize-error (8909075)
3.0.1 (2024-01-09)
- add official support for npm 10 (f7c4f2f)
3.0.0 (2024-01-08)
- drop support for Node.js 16 and npm 7
- add migration guides for all packages (f6233b8)
- drop support for Node.js 16 and npm 7 (016096e)
2.2.1 (2023-12-21)
- fix the markdown note/warning blocks (c7f69f2)
2.2.0 (2023-11-15)
- add a fingerprint to serialized errors (dab223f)
2.1.0 (2023-05-02)
- add support for npm 9 (a51cd4f)
2.0.1 (2023-04-24)
- start running builds on Node.js 20 (62491a6)
2.0.0 (2023-04-18)
- drop support for Node.js 14
- drop support for Node.js 14 (e5d3920)
1.1.4 (2022-10-12)
- include TypeScript types in the build (65d8fb2)
1.1.3 (2022-10-12)
- correct property and method privacy JSDoc (1b52fee)
1.1.2 (2022-09-28)
- make sure that ESM + TypeScript works (cc71ede)
1.1.1 (2022-08-05)
- additional relatesToSystems documentation and tests (63f094d)
1.1.0 (2022-08-04)
- add OperationalError cause property (9505f6f)
1.0.0 (2022-07-05)
- add label filter to package bug pages (05e7285)
0.1.1 (2022-05-25)
- add property relatesToSystems to errors (2869396)
- change the default status code to null (7105519)
- fix JSDoc based on ESLint errors (0da21cc)
- clarify use of statusCode vs status (7f056cc)