Package changelog.
No changes reported for this release.
-
ec1c506
: resolve negative index arguments relative to last index- Previously, a negative
fromIndex
argument would resolve to0
. The current behavior resolves relative to the last character index. To preserve the previous behavior, users should clamp index arguments to index bounds before callingreplaceAfterLast
.
- Previously, a negative
This release closes the following issue:
A total of 3 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Golden Kumar
- Philipp Burckhardt