Skip to content

Latest commit

 

History

History
239 lines (125 loc) · 5.48 KB

File metadata and controls

239 lines (125 loc) · 5.48 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-12)

Commits

Details
  • f3146ac - bench: refactor to use string interpolation in @stdlib/random-array (#11417) (by Karan Anand)

Contributors

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

  • Karan Anand

0.2.2 (2026-02-08)

Commits

Details
  • 0d7c7b1 - docs: pass in proper argument in TSDoc example code for random/array packages (by Philipp Burckhardt)
  • 54da286 - test: use .strictEqual() instead of .equal() and fix lint errors (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-25)

No changes reported for this release.

0.2.0 (2024-02-15)

Features

  • 74c1844 - add assign method and refactor implementation
  • e25b23b - rename type definitions for array and ndarray data types

BREAKING CHANGES

  • e25b23b: rename type definitions for array and ndarray data types

    • In order to migrate, users should update their implementations to use the latest naming conventions. The affected type definitions are aliases for individual data type strings, so their should be no behavioral changes.

Commits

Details
  • e99e4bc - docs: update related packages (by Athan Reines)
  • 1205885 - chore: remove obsolete files (by Athan Reines)
  • 74c1844 - feat: add assign method and refactor implementation (by Athan Reines)
  • e25b23b - feat: rename type definitions for array and ndarray data types (by Athan Reines)
  • bf038c4 - docs: update related packages sections (#1168) (by stdlib-bot)

Contributors

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

  • Athan Reines

0.1.0 (2023-09-24)

Features

  • efe050d - update minimum TypeScript version

BREAKING CHANGES

  • efe050d: update minimum TypeScript version to 4.1

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

Commits

Details
  • efe050d - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.0.1 (2023-07-31)

Commits

Details
  • 55866ea - test: use strictEqual checks (by Philipp Burckhardt)
  • 2b7294c - docs: remove unsupported options (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt