Skip to content

Latest commit

 

History

History
152 lines (73 loc) · 5.51 KB

File metadata and controls

152 lines (73 loc) · 5.51 KB

Changelog

1.0.0 (2025-01-30)

Miscellaneous

  • mark fetch-error-handler as stable (f1d50ce)

0.3.0 (2025-01-20)

⚠ BREAKING CHANGES

  • drop support for Node.js 18

Miscellaneous

  • drop support for Node.js 18 (3efb889)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @dotcom-reliability-kit/errors bumped from ^3.1.2 to ^4.0.0

0.2.6 (2024-11-26)

Bug Fixes

  • remove npm engines pinning (9f51dab)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @dotcom-reliability-kit/errors bumped from ^3.1.1 to ^3.1.2

0.2.5 (2024-07-01)

Bug Fixes

  • add type declarations for fetch-error-handler (36490d1)

0.2.4 (2024-06-26)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @dotcom-reliability-kit/errors bumped from ^3.1.0 to ^3.1.1

0.2.3 (2024-05-01)

Bug Fixes

  • make FetchResponse type compatible with a native Response object (00fb83d)

0.2.2 (2024-04-29)

Features

  • add support for Node.js 22 (e083794)

Bug Fixes

  • handle node-fetch memory leak (6716eca)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @dotcom-reliability-kit/errors bumped from ^3.0.1 to ^3.1.0

0.2.1 (2024-01-09)

Bug Fixes

  • add official support for npm 10 (f7c4f2f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @dotcom-reliability-kit/errors bumped from ^3.0.0 to ^3.0.1

0.2.0 (2024-01-08)

⚠ BREAKING CHANGES

  • drop support for Node.js 16 and npm 7

Miscellaneous

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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @dotcom-reliability-kit/errors bumped from ^2.2.0 to ^3.0.0

0.1.2 (2023-12-21)

Documentation Changes

  • fix the markdown note/warning blocks (c7f69f2)
  • revise the note/warning levels (917abc6)

0.1.1 (2023-09-19)

Features

  • handle common errors thrown by fetch (5828192)

Bug Fixes

  • correct a typo in the tests (050bf7c)

Documentation Changes

0.1.0 (2023-08-18)

Features

  • add a fetch-error-handler package (a2ed348)

Documentation Changes

  • add comment to explain ignored error (b1eb05d)
  • fix a couple of typos (84ad151)