Skip to content

Latest commit

 

History

History
111 lines (59 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

111 lines (59 loc) · 2.66 KB

CHANGELOG

Package changelog.

Unreleased (2025-02-24)

Commits

  • 2825b42 - docs: update related packages sections (#3898) (by stdlib-bot)

0.1.1 (2024-07-26)

No changes reported for this release.

0.1.0 (2024-04-13)

Features

  • b665537 - resolve negative indices relative to the last string character
  • 04ee89f - add string/base/replace-after (#1363)

BREAKING CHANGES

  • b665537: resolve negative indices relative to the last string character

    • Previously, a negative index would resolve to 0. This commit changes that behavior to resolve relative to the last index. To preserve previous behavior, users should clamp fromIndex values to string bounds before calling into replaceAfter.

Closed Issues

This release closes the following issue:

#812

Commits

  • b5c7e64 - docs: update examples (by Athan Reines)
  • b665537 - feat: resolve negative indices relative to the last string character (by Athan Reines)
  • 04ee89f - feat: add string/base/replace-after (#1363) (by Golden Kumar, Athan Reines)

Contributors

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

  • Athan Reines
  • Golden Kumar