Skip to content

Latest commit

 

History

History
196 lines (98 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

196 lines (98 loc) · 3.35 KB

CHANGELOG

Package changelog.

0.4.0 (2024-07-26)

Features

BREAKING CHANGES

  • 67858b3: The return types are now more specific. This may break existing code that relies on less strict typing, but should not affect most users. To preserve the prior behavior, you can cast the return value to string via a type assertion.

Commits

  • 67858b3 - feat: improve type safety (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.3.1 (2024-02-21)

No changes reported for this release.

0.3.0 (2024-02-14)

No changes reported for this release.

0.2.1 (2023-10-03)

No changes reported for this release.

0.2.0 (2023-09-22)

Features

  • 3573d92 - update minimum TypeScript version

BREAKING CHANGES

  • 3573d92: update minimum TypeScript version

Commits

  • 3573d92 - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.1.1 (2023-08-12)

Commits

  • 6c7e770 - refactor: use strictEqual checks (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.1.0 (2023-02-22)

No changes reported for this release.

0.0.2 (2022-09-17)

No changes reported for this release.