Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 909 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 909 Bytes

Changelog

2.1.0 - 2024-03-10

Updated

  • bump dependencies
  • isHttpError: accepts any argument type

2.0.0 - 2022-11-17

Updated

  • bump dependencies
  • update error creation to new fluent methods from @supercharge/errors
  • use @supercharge/eslint-config-typescript instead of standard-with-typescript

Breaking Changes

  • require Node.js v16, drop support for Node.js v12 and v14

1.1.0 - 2021-12-08

Added

  • add static HttpError.isHttpError(error) method determining whether the given error is an HttpError instance

Updated

  • bump dependencies
  • use UVU and c8 for testing instead of tap

1.0.0 - 2020-07-22

Added

  • 1.0.0 release 🚀 🎉