Skip to content

Latest commit

 

History

History
133 lines (72 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

133 lines (72 loc) · 3.74 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-27)

Commits

  • f626b3d - docs: update related packages sections (#2255) (by stdlib-bot)

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

No changes reported for this release.

0.1.0 (2023-09-23)

No changes reported for this release.

0.0.1 (2023-09-21)

Features

  • 82dea00 - rename error codes
  • 2b7b89a - add support for performing bounds checking
  • ac9f95d - add slice/base/seq2slice

Bug Fixes

  • f0bc593 - account for negative increment when clamping a starting index

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

  • fa2d0aa - docs: fix grammar (by Athan Reines)
  • 0ac72b2 - docs: fix grammar (by Athan Reines)
  • 82dea00 - feat: rename error codes (by Athan Reines)
  • f0bc593 - fix: account for negative increment when clamping a starting index (by Athan Reines)
  • bdbeddd - docs: update comment (by Athan Reines)
  • 2b7b89a - feat: add support for performing bounds checking (by Athan Reines)
  • 61295ba - refactor: support returning an out-of-bounds error code when resolving end index (by Athan Reines)
  • 19ce482 - docs: add TODO comments regarding exception handling for out-of-bounds slices (by Athan Reines)
  • ac9f95d - feat: add slice/base/seq2slice (by Athan Reines)

Contributors

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

  • Athan Reines