Skip to content

Latest commit

 

History

History
122 lines (65 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

122 lines (65 loc) · 3.25 KB

CHANGELOG

Package changelog.

Unreleased (2024-06-26)

Features

Commits

  • bddc8fa - feat: add boolean dtype support to array/full-like (#2462) (by Jaysukh Makvana, 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

  • e29732d - update minimum TypeScript version

Bug Fixes

  • 32a2827 - update import paths for complex type defs

BREAKING CHANGES

  • e29732d: update minimum TypeScript version

  • e29732d: 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)
  • e3fc2d4 - docs: update links (by Athan Reines)
  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)
  • e29732d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 32a2827 - fix: update import paths for complex type defs (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt