Package changelog.
-
693efb2
: resolve negative indices relative to the last index- Previously, negative index arguments would resolve to zero and
search would start from the beginning of the string. To preserve
previous behavior, users should clamp
fromIndex
values to string index bounds before calling intoreplaceBefore
.
- Previously, negative index arguments would resolve to zero and
search would start from the beginning of the string. To preserve
previous behavior, users should clamp
-
29d7b0d
: requirefromIndex
argument- To migrate, users should provide an explicit
fromIndex
of0
in order to retain previous behavior.
- To migrate, users should provide an explicit
A total of 1 person contributed to this release. Thank you to this contributor:
- Athan Reines
No changes reported for this release.
f9c75ce
- build: remove tslint directives (by Philipp Burckhardt)
A total of 1 person contributed to this release. Thank you to this contributor:
- Philipp Burckhardt
No changes reported for this release.
This release closes the following issue:
3573d92
- feat: update minimum TypeScript version (by Philipp Burckhardt)440034d
- chore: fix indentation in package meta data (#928) (by stdlib-bot, Athan Reines)a7e60d8
- feat: remove CLI (by Athan Reines)35622d7
- refactor: clean-up implementation, tests, and docs (by Athan Reines)ae68d17
- feat: add support for replacing the substring before the first occurrence of a search string (#843) (by Harshita Kalani, Athan Reines, Pranav)
A total of 4 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Harshita Kalani
- Philipp Burckhardt
- Pranav Goswami