Skip to content

Latest commit

 

History

History
164 lines (88 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

164 lines (88 loc) · 3.91 KB

CHANGELOG

Package changelog.

Unreleased (2025-02-24)

Commits

  • 836170d - refactor: update paths (by Gururaj Gurram)
  • b9703b5 - refactor: update paths (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update 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
  • Gururaj Gurram

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-15)

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • cacca61 - docs: update links (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • 762c44f - update callback signature
  • ace728f - update minimum TypeScript version

BREAKING CHANGES

  • 762c44f: consolidate array arguments into a single argument

    • To migrate, users should access the input arrays via the fourth argument, where the first element is the first input array and the second element is the second input array.
  • ace728f: update minimum TypeScript version to 4.1

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

Commits

  • 762c44f - feat: update callback signature (by Athan Reines)
  • ace728f - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.1 (2022-02-16)

No changes reported for this release.