Skip to content

Latest commit

 

History

History
70 lines (37 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

70 lines (37 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.5] - 2025-01-07

Chore

  • Update dependencies to fix a potential security issue.

[1.0.4] - 2024-09-15

Chore

  • Update dependencies to fix a potential security issue.

[1.0.3] - 2024-02-19

Changed

  • All dependencies are now pinned.
  • Pipelines now use Node.js v20 and npm@10.

Chore

  • Add linting for package.json.

[1.0.2] - 2023-08-15

Chore

  • Update dependencies to fix a potential security issue.

[1.0.1] - 2023-01-23

Chore

  • Update dependencies to fix a potential security issue.

[1.0.0] - 2022-10-12

Added

  • Include Handler type in default export.

[0.0.3] - 2022-04-23

Changed

  • Removed continueOnCallbackError option

[0.0.2] - 2022-04-11

Changed

  • Errors thrown from a predicate callback are now always re-thrown as a PredicateError
  • Handler option callbackErrorAction renamed to onCallbackError

Added

  • Configure dependabot for automated dependency updates

[0.0.1-alpha] - 2022-04-04