Skip to content

Latest commit

 

History

History
213 lines (116 loc) · 5.9 KB

File metadata and controls

213 lines (116 loc) · 5.9 KB

CHANGELOG

Package changelog.

0.2.2 (2026-02-08)

Closed Issues

This release closes the following issue:

#4987

Commits

Details
  • 5ff8286 - bench: update random value generation (#9923) (by Harsh Yadav)
  • 55a2f26 - build: add scaffold for ternary random packages (by Athan Reines)
  • 8caa497 - chore: clean-up, fix examples, and update tests (by Athan Reines)
  • 4d332d8 - docs: replace manual for loop in examples (#9455) (by Harsh Yadav)
  • 97218a1 - docs: fix TSDoc example code return annotations (by Philipp Burckhardt)
  • fc438e0 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 07f7c05 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 9c21fd2 - test: use .strictEqual() instead of .equal() (by Philipp Burckhardt)
  • b20b024 - style: fix indentation in JSON files (by Philipp Burckhardt)
  • 2f54879 - bench: refactor random number generation in stats/base/dists/studentized-range (#5175) (by Harsh Yadav, Karan Anand, stdlib-bot)

Contributors

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

  • Athan Reines
  • Harsh Yadav
  • Karan Anand
  • Philipp Burckhardt

0.2.1 (2024-07-28)

Commits

Details
  • 9669982 - style: resolve lint error (by Athan Reines)
  • 352993d - docs: improve examples of stats/base/dists/studentized-range (by Rejoan Sardar, Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Rejoan Sardar

0.1.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • 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

  • 81ca3ab - update minimum TypeScript version

BREAKING CHANGES

  • 81ca3ab: update minimum TypeScript version to 4.1

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

Commits

Details
  • 81ca3ab - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 8176424 - docs: resolve JSDoc errors (by Philipp Burckhardt)
  • d5fa8e8 - test: use strictEqual checks (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.0.1 (2022-11-11)

No changes reported for this release.