Skip to content

Latest commit

 

History

History
109 lines (57 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

109 lines (57 loc) · 2.51 KB

CHANGELOG

Package changelog.

0.1.1 (2024-07-27)

Commits

  • 659f752 - style: add missing spaces (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2024-04-13)

Features

Bug Fixes

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

Closed Issues

This release closes the following issue:

#1343

Commits

  • 5cfd0a8 - chore: update package meta data (#1462) (by stdlib-bot)
  • 5b2f0f6 - docs: update related packages sections (#1415) (by stdlib-bot, Athan Reines)
  • b77ddf7 - fix: replace use of type guards with boolean return type (by Philipp Burckhardt)
  • f36bef4 - feat: add assert/is-nonpositive-finite (#1396) (by Shubham Mishra, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Shubham Mishra