Skip to content

Latest commit

 

History

History
110 lines (59 loc) · 2.9 KB

File metadata and controls

110 lines (59 loc) · 2.9 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-14)

Commits

Details
  • 1eee288 - bench: refactor to use string interpolation in math/base/assert (#10133) (by Lokesh Ranjan)

Contributors

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

  • Lokesh Ranjan

0.1.1 (2026-02-04)

No changes reported for this release.

0.1.0 (2026-01-28)

Features

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)
  • 2aadeb5 - bench: update random value generation (#6686) (by Harsh Yadav)
  • ff25e13 - docs: remove excess whitespace (by Philipp Burckhardt)
  • a8b0d58 - docs: include stdbool, remove backticks in math/base/assert/is-nonnegative-integerf (#2879) (by Gunj Joshi)
  • d125530 - feat: add math/base/assert/is-nonnegative-integerf (#2851) (by Gunj Joshi)

Contributors

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

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