Skip to content

Files

Latest commit

 

History

History
145 lines (77 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

145 lines (77 loc) · 3.51 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-27)

Commits

  • 9f02420 - docs: update related packages sections (#2203) (by stdlib-bot)

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

  • 74bf172 - docs: update related packages sections (#1165) (by stdlib-bot)
  • cab141b - docs: update links (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.0 (2023-09-23)

No changes reported for this release.

0.0.1 (2023-09-21)

Features

  • 82dea00 - rename error codes
  • 941b40e - add support for performing bounds checking
  • 12e59f2 - add slice/seq2slice

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)
  • 6e461e6 - style: disable lint rule (by Athan Reines)
  • ad6be3a - test: fix broken test (by Athan Reines)
  • 941b40e - feat: add support for performing bounds checking (by Athan Reines)
  • db2a0aa - refactor: use base implementation (by Athan Reines)
  • 12e59f2 - feat: add slice/seq2slice (by Athan Reines)

Contributors

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

  • Athan Reines