Skip to content

Latest commit

 

History

History
200 lines (104 loc) · 4.38 KB

File metadata and controls

200 lines (104 loc) · 4.38 KB

CHANGELOG

Package changelog.

Unreleased (2026-05-18)

Commits

Details
  • d660241 - bench: refactor to use string interpolation in array (#11414) (by Karan Anand, Athan Reines)

Contributors

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

  • Athan Reines
  • Karan Anand

0.2.3 (2026-02-08)

Commits

Details
  • 6f85067 - test: fix malformed test descriptions from strictEqual migration (by Philipp Burckhardt)
  • a147b7d - test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)
  • ac06419 - docs: update related packages sections (#3387) (by stdlib-bot)

Contributors

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

  • Philipp Burckhardt

0.2.2 (2024-07-29)

No changes reported for this release.

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • 5a3d652 - chore: remove unused import (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.0 (2023-09-24)

Features

  • e29732d - update minimum TypeScript version
  • 41ba373 - add array/base/zeros2d

Bug Fixes

  • 14bacb3 - update import path for Collection type definition

BREAKING CHANGES

  • e29732d: update minimum TypeScript version to 4.1

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

Commits

Details
  • a6ad617 - refactor: use predefined types (by Athan Reines)
  • e29732d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 14bacb3 - fix: update import path for Collection type definition (by Athan Reines)
  • 41ba373 - feat: add array/base/zeros2d (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt