Skip to content

Latest commit

 

History

History
369 lines (214 loc) · 14.6 KB

File metadata and controls

369 lines (214 loc) · 14.6 KB

CHANGELOG

Package changelog.

Unreleased (2026-05-01)

BREAKING CHANGES

  • 8dbf11d: remove NaN checks

    • To migrate, users should explicitly perform NaN checks before invoking this API and its assign method.

Commits

Details
  • aedb51d - docs: change type to integer in number/uint32/base/identity REPL docs (#11759) (by Philipp Burckhardt)
  • 8dbf11d - refactor: remove NaN checks and optimize performance (by Abdul Kaium)
  • 194227f - refactor: update number/uint32/base/mul to utilize number/int32/base/mul (#11502) (by Abdul Kaium)
  • fe2eec4 - bench: refactor to use string interpolation in number (#11603) (by Karan Anand)

Contributors

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

  • Abdul Kaium
  • Karan Anand
  • Philipp Burckhardt

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-30)

Features

  • 9bdb8b6 - update number/uint32/base TypeScript declarations
  • 6395a59 - add identity to number/uint32/base namespace
  • f2fc18c - add number/uint32/base/identity (#7844)
  • 4b55b3a - add C API and clean-up
  • c763537 - add sub to namespace
  • d946b86 - add number/uint32/base/sub
  • 3065981 - add muldw to namespace
  • 1e80a21 - add mul to namespace
  • 9b26fe7 - add add to namespace
  • 8c4b38b - add number/uint32/base/add
  • 5014579 - add number/uint32/base/muldw
  • 348d584 - add number/uint32/base/mul

Closed Issues

This release closes the following issue:

#8170

Commits

Details
  • 82f9d54 - bench: refactor to use string interpolation in number/uint32/base/mul (#8944) (by Krishna Awasthi)
  • 7db5b32 - chore: add alias_prefix to parent namespaces (#8540) (by Gunj Joshi)
  • 5f5bb2d - docs: update namespace table of contents (#8425) (by stdlib-bot, Athan Reines)
  • f920adc - chore: fix C lint errors (#8180) (by Navyansh Kesarwani, Athan Reines)
  • 9bdb8b6 - feat: update number/uint32/base TypeScript declarations (by Philipp Burckhardt)
  • 6395a59 - feat: add identity to number/uint32/base namespace (by Philipp Burckhardt)
  • 7add020 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 11581aa - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 7483bef - test: use .strictEqual() instead of .equal() (by Philipp Burckhardt)
  • 8c20ca4 - bench: fix types in C benchmarks (#7865) (by Gunj Joshi)
  • b5cb6da - docs: replace integer by uinteger in JSDocs (#7866) (by Gunj Joshi)
  • 64bb2ec - bench: fix types in C benchmarks (#7864) (by Gunj Joshi)
  • 1a121d7 - docs: fix missing includes (by Athan Reines)
  • d182d88 - docs: use correct types in number/uint32/base/add (#7850) (by Gunj Joshi)
  • f2fc18c - feat: add number/uint32/base/identity (#7844) (by Gunj Joshi, Athan Reines)
  • c0af677 - docs: update related packages sections (#7352) (by stdlib-bot)
  • c584077 - docs: update namespace table of contents (#7283) (by stdlib-bot)
  • 5896836 - build: add package meta data (by Athan Reines)
  • 6c6fd79 - build: add package meta data (by Athan Reines)
  • 6803252 - build: add package meta data (by Athan Reines)
  • 4b55b3a - feat: add C API and clean-up (by Athan Reines)
  • 5572fe5 - chore: add notes and clean-up (by Athan Reines)
  • c763537 - feat: add sub to namespace (by Athan Reines)
  • d946b86 - feat: add number/uint32/base/sub (by Athan Reines)
  • 3065981 - feat: add muldw to namespace (by Athan Reines)
  • 1e80a21 - feat: add mul to namespace (by Athan Reines)
  • 9b26fe7 - feat: add add to namespace (by Athan Reines)
  • 8c4b38b - feat: add number/uint32/base/add (by Athan Reines)
  • 5014579 - feat: add number/uint32/base/muldw (by Gururaj Gurram)
  • 2540748 - refactor: update paths (by Gururaj Gurram)
  • 348d584 - feat: add number/uint32/base/mul (by Gururaj Gurram)

Contributors

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

  • Athan Reines
  • Gunj Joshi
  • Gururaj Gurram
  • Krishna Awasthi
  • Navyansh Kesarwani
  • Philipp Burckhardt

0.2.2 (2024-07-28)

Commits

Details
  • 41d41e9 - test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 8affb20 - docs: update related packages sections (#1248) (by stdlib-bot)
  • cf3668f - docs: update related packages sections (#1210) (by stdlib-bot)
  • 26cf434 - docs: update related packages sections (#1156) (by stdlib-bot)
  • 73f98e4 - docs: update related packages sections (#1150) (by stdlib-bot)
  • 9502ed2 - build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)
  • d73bbf4 - build: replace lint directives (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • 898e8e4 - update minimum TypeScript version

BREAKING CHANGES

  • 898e8e4: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

Details
  • 898e8e4 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 0e39133 - chore: use strictEqual checks and resolve lint errors (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.0.6 (2022-02-16)

No changes reported for this release.

0.0.5 (2021-08-22)

No changes reported for this release.

0.0.4 (2021-07-07)

No changes reported for this release.

0.0.3 (2021-06-27)

No changes reported for this release.

0.0.2 (2021-06-16)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.