Skip to content

Latest commit

 

History

History
191 lines (97 loc) · 3.66 KB

File metadata and controls

191 lines (97 loc) · 3.66 KB

CHANGELOG

Package changelog.

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-31)

Features

  • 599cf73 - add support for non-string data types

Commits

Details
  • bcc1af5 - refactor: update require paths to use lower-level utility (by Athan Reines)
  • 832da9f - test: fix require path (by Athan Reines)
  • 599cf73 - feat: add support for non-string data types (by Athan Reines)

Contributors

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

  • Athan Reines

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-15)

No changes reported for this release.

0.1.0 (2023-09-24)

Features

  • 7ae5741 - update minimum TypeScript version

BREAKING CHANGES

  • 7ae5741: update minimum TypeScript version to 4.1

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

Commits

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

Features

  • f2fd134 - add ndarray/base/assert/is-unsigned-integer-data-type

Commits

Details
  • 86d02e2 - test: add comments to explain test value distinction (by Athan Reines)
  • f2fd134 - feat: add ndarray/base/assert/is-unsigned-integer-data-type (by Athan Reines)

Contributors

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

  • Athan Reines