Skip to content

Commit 395b18b

Browse files
committed
Auto-generated commit
1 parent 879428e commit 395b18b

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-03T15:11:56.718Z
1+
2024-09-01T00:41:57.681Z

CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,17 @@
2121

2222
### BREAKING CHANGES
2323

24-
- [`693efb2`](https://github.com/stdlib-js/stdlib/commit/693efb2eb159d1cd25c6cffe2440e36e6a14b9b2): resolve negative indices relative to the last character index
25-
- [`693efb2`](https://github.com/stdlib-js/stdlib/commit/693efb2eb159d1cd25c6cffe2440e36e6a14b9b2): resolve negative indices relative to the last index
24+
- [`693efb2`](https://github.com/stdlib-js/stdlib/commit/693efb2eb159d1cd25c6cffe2440e36e6a14b9b2): resolve negative indices relative to the last index
2625

2726
- Previously, negative index arguments would resolve to zero and
28-
search would start from the beginning of the string. To preserve
29-
previous behavior, users should clamp `fromIndex` values to string
30-
index bounds before calling into `replaceBefore`.
27+
search would start from the beginning of the string. To preserve
28+
previous behavior, users should clamp `fromIndex` values to string
29+
index bounds before calling into `replaceBefore`.
3130

32-
- [`29d7b0d`](https://github.com/stdlib-js/stdlib/commit/29d7b0dc141e1112af120eab76fa6731b8fdbe78): add support for `fromIndex`
33-
- [`29d7b0d`](https://github.com/stdlib-js/stdlib/commit/29d7b0dc141e1112af120eab76fa6731b8fdbe78): require `fromIndex` argument
31+
- [`29d7b0d`](https://github.com/stdlib-js/stdlib/commit/29d7b0dc141e1112af120eab76fa6731b8fdbe78): require `fromIndex` argument
3432

3533
- To migrate, users should provide an explicit `fromIndex` of `0` in
36-
order to retain previous behavior.
34+
order to retain previous behavior.
3735

3836
</section>
3937

@@ -147,11 +145,10 @@ No changes reported for this release.
147145

148146
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
149147
- [`a7e60d8`](https://github.com/stdlib-js/stdlib/commit/a7e60d8aae80fa67f961db4221263782edc89f99): remove CLI
150-
- [`a7e60d8`](https://github.com/stdlib-js/stdlib/commit/a7e60d8aae80fa67f961db4221263782edc89f99): remove CLI
151148

152149
- This is a \"base\" package, and thus should not normally have a CLI.
153-
The CLI has moved to `@stdlib/string-replace-before`. Users relying
154-
on the CLI should migrate to using that package.
150+
The CLI has moved to `@stdlib/string-replace-before`. Users relying
151+
on the CLI should migrate to using that package.
155152

156153
</section>
157154

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

0 commit comments

Comments
 (0)