|
21 | 21 |
|
22 | 22 | ### BREAKING CHANGES |
23 | 23 |
|
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 |
26 | 25 |
|
27 | 26 | - 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`. |
31 | 30 |
|
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 |
34 | 32 |
|
35 | 33 | - To migrate, users should provide an explicit `fromIndex` of `0` in |
36 | | - order to retain previous behavior. |
| 34 | + order to retain previous behavior. |
37 | 35 |
|
38 | 36 | </section> |
39 | 37 |
|
@@ -147,11 +145,10 @@ No changes reported for this release. |
147 | 145 |
|
148 | 146 | - [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version |
149 | 147 | - [`a7e60d8`](https://github.com/stdlib-js/stdlib/commit/a7e60d8aae80fa67f961db4221263782edc89f99): remove CLI |
150 | | -- [`a7e60d8`](https://github.com/stdlib-js/stdlib/commit/a7e60d8aae80fa67f961db4221263782edc89f99): remove CLI |
151 | 148 |
|
152 | 149 | - 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. |
155 | 152 |
|
156 | 153 | </section> |
157 | 154 |
|
|
0 commit comments