Skip to content

Latest commit

 

History

History
95 lines (49 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

95 lines (49 loc) · 1.8 KB

CHANGELOG

Package changelog.

0.1.1 (2024-07-27)

Bug Fixes

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

Commits

  • 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

  • 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