Skip to content

Latest commit

 

History

History
126 lines (69 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

126 lines (69 loc) · 4.04 KB

CHANGELOG

Package changelog.

Unreleased (2024-06-29)

Features

Commits

  • 8a55ea2 - feat: add boolean dtype support to array/filled (#2471) (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

  • 819d2e4 - add data type maps and replace use of overloads (#1317)
  • e29732d - update minimum TypeScript version

Bug Fixes

  • 14bacb3 - update import path for Collection type definition

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

  • 819d2e4 - feat: add data type maps and replace use of overloads (#1317) (by Philipp Burckhardt, Athan Reines)
  • 4d8b0d9 - refactor: query default dtype (by Athan Reines)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • e3fc2d4 - docs: update links (by Athan Reines)
  • 3b59a50 - build: remove vestiges of tslint directives (by Philipp Burckhardt)
  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)
  • e29732d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 14bacb3 - fix: update import path for Collection type definition (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt