Skip to content

Latest commit

 

History

History
231 lines (120 loc) · 4.93 KB

File metadata and controls

231 lines (120 loc) · 4.93 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-20)

Commits

Details
  • 9bd779b - bench: refactor to use string interpolation in slice (#11590) (by Karan Anand)

Contributors

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

  • Karan Anand

0.2.4 (2026-02-07)

No changes reported for this release.

0.2.3 (2026-01-30)

Bug Fixes

  • e4dd1ed - use correct name in package.json

Commits

Details
  • e4dd1ed - fix: use correct name in package.json (by Philipp Burckhardt)
  • 769b921 - docs: update related packages sections (#4638) (by stdlib-bot, Athan Reines)

Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt

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

Details
  • 949ec7d - refactor: update to use slice/base/int2slice (by Athan Reines)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 50fe529 - refactor: use package to create a MultiSlice from list of arguments (by Athan Reines)

Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • 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
  • 680a0d4 - add slice/base/normalize-multi-slice

Bug Fixes

  • dae16d6 - clamp to just after the last index when an integer exceeds index bounds

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

Details
  • 82dea00 - feat: rename error codes (by Athan Reines)
  • dae16d6 - fix: clamp to just after the last index when an integer exceeds index bounds (by Athan Reines)
  • 680a0d4 - feat: add slice/base/normalize-multi-slice (by Athan Reines)

Contributors

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

  • Athan Reines