Skip to content

Latest commit

 

History

History
252 lines (130 loc) · 5.08 KB

File metadata and controls

252 lines (130 loc) · 5.08 KB

CHANGELOG

Package changelog.

Unreleased (2026-09-03)

Closed Issues

This release closes the following issue:

#10184

Commits

Details
  • 3dc641d - chore: remove unused types reference (#12452) (by Philipp Burckhardt)
  • 67c0a20 - bench: refactor to use string interpolation in @stdlib/assert (#11398) (by Karan Anand)
  • 2c3cce1 - chore: fix JavaScript lint errors (#10724) (by travisBREAKS, stdlib-bot)

Contributors

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

  • Karan Anand
  • Philipp Burckhardt
  • travisBREAKS

0.2.4 (2026-02-07)

No changes reported for this release.

0.2.3 (2026-01-29)

Bug Fixes

  • b34ff7a - return boolean to avoid misleading type predicate

Commits

Details
  • b34ff7a - fix: return boolean to avoid misleading type predicate (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)

No changes reported for this release.

0.2.1 (2024-02-21)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • 45a2bec - docs: update links (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.1 (2023-10-03)

No changes reported for this release.

0.1.0 (2023-09-22)

Features

  • 5200ce2 - update minimum TypeScript version
  • 581e4be - use type predicates for narrowing

Bug Fixes

  • aad0c02 - update import path for Collection type definition

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

Details
  • 5200ce2 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • aad0c02 - fix: update import path for Collection type definition (by Athan Reines)
  • 581e4be - feat: use type predicates for narrowing (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.1 (2022-02-16)

No changes reported for this release.