Skip to content

Latest commit

 

History

History
199 lines (104 loc) · 4.41 KB

File metadata and controls

199 lines (104 loc) · 4.41 KB

CHANGELOG

Package changelog.

Unreleased (2026-05-20)

Commits

Details
  • 00885d3 - bench: refactor to use string interpolation in array (#11411) (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
  • c11b35c - bench: refactor to use string interpolation in array/base/fillednd (#9779) (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)
  • 27d6b62 - docs: minor clean-up (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-29)

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
  • 23114c6 - build: remove tslint directives (by Philipp Burckhardt)
  • de93ae0 - build: remove tslint 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)

No changes reported for this release.

0.0.1 (2023-08-25)

Features

  • 6a3cc1a - add array/base/fillednd

Bug Fixes

  • 14bacb3 - update import path for Collection type definition

Commits

Details
  • c829911 - refactor: improve type specificity by using generics (by Athan Reines)
  • 38d1460 - refactor: use Shape type (by Athan Reines)
  • 14bacb3 - fix: update import path for Collection type definition (by Athan Reines)
  • 6a3cc1a - feat: add array/base/fillednd (by Athan Reines)

Contributors

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

  • Athan Reines