Skip to content

Latest commit

 

History

History
113 lines (62 loc) · 3.14 KB

File metadata and controls

113 lines (62 loc) · 3.14 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-12)

Commits

Details
  • addf3a2 - bench: refactor to use string interpolation in math/base/assert (#11385) (by Karan Anand)

Contributors

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

  • Karan Anand

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-30)

Features

  • 140b517 - add math/base/assert/is-integerf

Bug Fixes

Commits

Details
  • 65ddf8d - test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)
  • 3eea4f7 - fix: add missing includes (by Athan Reines)
  • d3089d5 - bench: update random value generation (#6680) (by Harsh Yadav)
  • 7403869 - refactor: use argv float instead of double (by Philipp Burckhardt)
  • 452ba64 - refactor: update math/base/assert/is-integerf to follow latest project conventions (#4629) (by Vivek Maurya)
  • 2ea848b - style: update to use tabs for indentation (by Philipp Burckhardt)
  • ff25e13 - docs: remove excess whitespace (by Philipp Burckhardt)
  • 140b517 - feat: add math/base/assert/is-integerf (by Gunj Joshi, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Gunj Joshi
  • Harsh Yadav
  • Philipp Burckhardt
  • Vivek Maurya