Skip to content

Latest commit

 

History

History
135 lines (73 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

135 lines (73 loc) · 3.88 KB

CHANGELOG

Package changelog.

Unreleased (2024-07-06)

Features

Bug Fixes

Commits

  • aeb7b51 - refactor: reduce code duplication (by Athan Reines)
  • 441d61c - feat: add boolean dtype support to strided/base/unary (#2519) (by Jaysukh Makvana)
  • cf3f92e - fix: update include paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana

0.2.1 (2024-02-25)

Features

  • ca91187 - update minimum TypeScript version

Bug Fixes

BREAKING CHANGES

  • ca91187: update minimum TypeScript version

  • ca91187: update minimum TypeScript version to 4.1

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

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 7db5611 - docs: update links and fix headings (by Athan Reines)
  • f9c75ce - build: remove tslint directives (by Philipp Burckhardt)
  • ca91187 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 0a81f83 - fix: resolve C lint errors (by Athan Reines)
  • 28e1c84 - docs: resolve C lint errors (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt