Package changelog.
Details
6ce0275- docs: remove incorrect hyphens from JSDocreturnsannotations (by Philipp Burckhardt)380f888- docs: fix TypeScript declaration examples in string packages (by Philipp Burckhardt)3d2f3c7- docs: clean-up example code (by Philipp Burckhardt)2825b42- docs: update related packages sections (#3898) (by stdlib-bot)
A total of 1 person contributed to this release. Thank you to this contributor:
- Philipp Burckhardt
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 clampfromIndexvalues 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