Skip to content

Latest commit

 

History

History
211 lines (111 loc) · 5.03 KB

File metadata and controls

211 lines (111 loc) · 5.03 KB

CHANGELOG

Package changelog.

0.2.4 (2026-02-08)

No changes reported for this release.

0.2.3 (2026-01-30)

Bug Fixes

  • d3426a4 - use correct dimensions for array

Commits

Details
  • ce79dc0 - bench: refactor to use string interpolation in array/base/filled4d-by (#9188) (by Rohit R Bhat)
  • 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)
  • d3426a4 - fix: use correct dimensions for array (by Philipp Burckhardt)
  • 27d6b62 - docs: minor clean-up (by Philipp Burckhardt)
  • 7e8187a - docs: update related packages sections (#3368) (by stdlib-bot)
  • abf0407 - chore: resolve lint errors in TS files (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt
  • Rohit R Bhat

0.2.2 (2024-07-28)

No changes reported for this release.

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)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2023-09-24)

Commits

Details
  • cebd653 - docs: fix parameter name (by Athan Reines)

Contributors

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

  • Athan Reines

0.0.1 (2023-08-25)

Features

  • 572905f - add array/base/filled4d-by

Bug Fixes

  • d0c7aea - add missing this parameter
  • 14bacb3 - update import path for Collection type definition

Commits

Details
  • ffc8dbc - refactor: use Shape4D type (by Athan Reines)
  • d0c7aea - fix: add missing this parameter (by Athan Reines)
  • 14bacb3 - fix: update import path for Collection type definition (by Athan Reines)
  • 572905f - feat: add array/base/filled4d-by (by Athan Reines)

Contributors

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

  • Athan Reines