Skip to content

Latest commit

 

History

History
192 lines (98 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

192 lines (98 loc) · 3.75 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-27)

Bug Fixes

  • 30112b7 - replace use of type guards with boolean return type

Commits

  • 30112b7 - fix: replace use of type guards with boolean return type (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.2.1 (2024-02-22)

No changes reported for this release.

0.2.0 (2024-02-14)

Bug Fixes

Commits

  • 45a2bec - docs: update links (by Athan Reines)
  • ff35f38 - fix: make CLI scripts executable (#1111) (by stdlib-bot, Philipp Burckhardt)

Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt

0.1.1 (2023-10-04)

No changes reported for this release.

0.1.0 (2023-09-23)

Features

  • 5200ce2 - update minimum TypeScript version
  • 3c153c4 - use type predicates for narrowing

BREAKING CHANGES

  • 5200ce2: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

  • 5200ce2 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 3c153c4 - feat: use type predicates for narrowing (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.0.2 (2022-02-16)

No changes reported for this release.

0.0.1 (2021-10-29)

No changes reported for this release.