Skip to content

Latest commit

 

History

History
216 lines (110 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

216 lines (110 loc) · 4.38 KB

CHANGELOG

Package changelog.

Unreleased (2025-02-03)

Commits

  • ff97e29 - chore: update wording from non-negative to nonnegative (by Philipp Burckhardt)
  • 6e9f42e - docs: harmonize list formatting in repl.txt and ensure starting newline (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

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

  • ff35f38 - fix: make CLI scripts executable (#1111) (by stdlib-bot, Philipp Burckhardt)

Contributors

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

  • 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
  • 6423e41 - 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)
  • 3f60609 - test: use strictEqual checks (by Philipp Burckhardt)
  • 6423e41 - 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.1 (2022-11-03)

No changes reported for this release.