Skip to content

Latest commit

 

History

History
127 lines (65 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

127 lines (65 loc) · 2.34 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-27)

No changes reported for this release.

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2023-09-23)

No changes reported for this release.

0.0.1 (2023-09-21)

Features

  • 82dea00 - rename error codes
  • b3a05c7 - add slice/base/normalize-slice

BREAKING CHANGES

  • 82dea00: rename error codes

    • To migrate, if users were checking for particular error codes, they should add the SLICE_ prefix to their checks.

Commits

  • 82dea00 - feat: rename error codes (by Athan Reines)
  • b3a05c7 - feat: add slice/base/normalize-slice (by Athan Reines)

Contributors

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

  • Athan Reines