Skip to content

Latest commit

 

History

History
166 lines (86 loc) · 3.43 KB

File metadata and controls

166 lines (86 loc) · 3.43 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-17)

Commits

Details
  • 67c0a20 - bench: refactor to use string interpolation in @stdlib/assert (#11398) (by Karan Anand)

Contributors

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

  • Karan Anand

0.1.2 (2026-02-07)

Commits

Details
  • 11581aa - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • f9651e6 - test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)
  • 5b71452 - docs: update related packages sections (#4135) (by stdlib-bot, Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.1 (2024-07-27)

Bug Fixes

  • b77ddf7 - replace use of type guards with boolean return type

Commits

Details
  • b77ddf7 - 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.1.0 (2024-02-24)

Features

  • 609682c - add assert/is-negative-finite

Commits

Details
  • 8ebd6f7 - refactor: avoid assertion duplication and fix package meta data (by Athan Reines)
  • 609682c - feat: add assert/is-negative-finite (by Gunj Joshi, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Gunj Joshi
  • Philipp Burckhardt