Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

2.0.0-0 (2024-09-17)

⚠ BREAKING CHANGES

  • HttpError's static .cause() method was changed to .getCause(). Constructor arguments were consolidated, so there are now two optional arguments instead. Target ES version is now ES2022

Features

  • update to support contextual-error v2.0.0 (157fff6)

1.2.2-0 (2024-09-17)

1.2.1 (2021-05-07)

1.2.0 (2020-09-22)

Features

  • enhance isHttpError with type predicate (eb4bf64)

1.1.0 (2020-09-22)

Features

  • implement isHttpError method (2a2e37b)

1.0.1 (2020-09-14)

1.0.0 (2020-08-12)