Skip to content

Latest commit

 

History

History
112 lines (60 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

112 lines (60 loc) · 3.05 KB

CHANGELOG

Package changelog.

Unreleased (2024-07-18)

Commits

  • 0406147 - 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 1 person contributed to this release. Thank you to this contributor:

  • Athan Reines

0.2.1 (2024-02-25)

Features

  • ace728f - update minimum TypeScript version

Bug Fixes

  • cb52e02 - update import path for Collection type definition and improve type specificity

BREAKING CHANGES

  • ace728f: update minimum TypeScript version

  • ace728f: 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)
  • cacca61 - docs: update links (by Athan Reines)
  • cb52e02 - fix: update import path for Collection type definition and improve type specificity (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