Skip to content

Latest commit

 

History

History
168 lines (73 loc) · 6.95 KB

File metadata and controls

168 lines (73 loc) · 6.95 KB

Changelog

3.2.1 (2024-11-26)

Bug Fixes

  • remove npm engines pinning (9f51dab)

3.2.0 (2024-05-02)

Features

  • serialise an AggregateError's sub-errors (1b66c9f)

Documentation Changes

  • serialize-error: document the errors property on SerializedError (5fe380c)

3.1.0 (2024-04-29)

Features

  • add support for Node.js 22 (e083794)

3.0.2 (2024-03-22)

Bug Fixes

  • add type declarations for serialize-error (8909075)

3.0.1 (2024-01-09)

Bug Fixes

  • add official support for npm 10 (f7c4f2f)

3.0.0 (2024-01-08)

⚠ BREAKING CHANGES

  • drop support for Node.js 16 and npm 7

Documentation Changes

  • add migration guides for all packages (f6233b8)

Miscellaneous

  • drop support for Node.js 16 and npm 7 (016096e)

2.2.1 (2023-12-21)

Documentation Changes

  • fix the markdown note/warning blocks (c7f69f2)

2.2.0 (2023-11-15)

Features

  • add a fingerprint to serialized errors (dab223f)

2.1.0 (2023-05-02)

Features

2.0.1 (2023-04-24)

Bug Fixes

  • start running builds on Node.js 20 (62491a6)

2.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • drop support for Node.js 14

Miscellaneous

  • drop support for Node.js 14 (e5d3920)

1.1.4 (2022-10-12)

Bug Fixes

  • include TypeScript types in the build (65d8fb2)

1.1.3 (2022-10-12)

Bug Fixes

  • correct property and method privacy JSDoc (1b52fee)

1.1.2 (2022-09-28)

Bug Fixes

  • make sure that ESM + TypeScript works (cc71ede)

1.1.1 (2022-08-05)

Miscellaneous

  • additional relatesToSystems documentation and tests (63f094d)

1.1.0 (2022-08-04)

Features

  • add OperationalError cause property (9505f6f)

1.0.0 (2022-07-05)

Miscellaneous

  • add label filter to package bug pages (05e7285)

0.1.1 (2022-05-25)

Features

  • add property relatesToSystems to errors (2869396)

0.1.0 (2022-05-13)

Features

  • add a serialize-error package (6262581)
  • add error name to serialized error object (cec5528)

Bug Fixes

  • change the default status code to null (7105519)

Miscellaneous

  • fix JSDoc based on ESLint errors (0da21cc)

Documentation Changes

  • clarify use of statusCode vs status (7f056cc)