Package changelog.
No changes reported for this release.
-
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 clampfromIndex
values to string bounds before calling intoreplaceAfter
.
- Previously, a negative index would resolve to
This release closes the following issue:
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Golden Kumar