Skip to content

Latest commit

 

History

History
111 lines (59 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

111 lines (59 loc) · 2.55 KB

CHANGELOG

Package changelog.

Unreleased (2025-04-07)

Commits

  • 7e8187a - docs: update related packages sections (#3368) (by stdlib-bot)

0.1.1 (2024-07-26)

No changes reported for this release.

0.1.0 (2024-04-13)

Features

  • ec1c506 - resolve negative index arguments relative to last index
  • 58bdac8 - add string/base/replace-after-last (#1365)

BREAKING CHANGES

  • ec1c506: resolve negative index arguments relative to last index

    • Previously, a negative fromIndex argument would resolve to 0. The current behavior resolves relative to the last character index. To preserve the previous behavior, users should clamp index arguments to index bounds before calling replaceAfterLast.

Closed Issues

This release closes the following issue:

#814

Commits

  • ec1c506 - feat: resolve negative index arguments relative to last index (by Athan Reines)
  • 58bdac8 - feat: add string/base/replace-after-last (#1365) (by Golden Kumar, Athan Reines, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Golden Kumar
  • Philipp Burckhardt