Skip to content

Latest commit

 

History

History
144 lines (76 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

144 lines (76 loc) · 3.44 KB

CHANGELOG

Package changelog.

Unreleased (2024-12-01)

Commits

  • 8f72b43 - style: add missing spaces around parentheses (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.1 (2024-07-27)

Bug Fixes

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

Commits

  • 98ae85e - docs: update related packages sections (#2107) (by stdlib-bot)
  • 6cbdcae - docs: update test messages, comments, and benchmarks (by Athan Reines)
  • b77ddf7 - fix: replace use of type guards with boolean return type (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2024-02-24)

Features

Bug Fixes

  • 0a081ce - use valueOf to return primitive value

Commits

  • 0a081ce - fix: use valueOf to return primitive value (by Athan Reines)
  • e5f293c - test: add object test (by Athan Reines)
  • e1d5359 - refactor: avoid assertion duplication and update examples (by Athan Reines)
  • 50616dc - feat: add @stdlib/assert/is-nonnegative-finite (#1354) (by Spandan Barve, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Spandan Barve