You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`693efb2`](https://github.com/stdlib-js/stdlib/commit/693efb2eb159d1cd25c6cffe2440e36e6a14b9b2) - resolve negative indices relative to the last character index
14
-
-[`29d7b0d`](https://github.com/stdlib-js/stdlib/commit/29d7b0dc141e1112af120eab76fa6731b8fdbe78) - add support for `fromIndex`
15
-
16
-
</section>
17
-
18
-
<!-- /.features -->
19
-
20
-
<sectionclass="breaking-changes">
21
-
22
-
### BREAKING CHANGES
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
5
+
<sectionclass="release"id="unreleased">
26
6
27
-
- 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`.
31
-
32
-
-[`29d7b0d`](https://github.com/stdlib-js/stdlib/commit/29d7b0dc141e1112af120eab76fa6731b8fdbe78): add support for `fromIndex`
- To migrate, users should provide an explicit `fromIndex` of `0` in
36
-
order to retain previous behavior.
37
-
38
-
</section>
39
-
40
-
<!-- /.breaking-changes -->
7
+
## Unreleased (2024-08-01)
41
8
42
9
<sectionclass="commits">
43
10
44
11
### Commits
45
12
46
13
<details>
47
14
48
-
-[`693efb2`](https://github.com/stdlib-js/stdlib/commit/693efb2eb159d1cd25c6cffe2440e36e6a14b9b2) - **feat:** resolve negative indices relative to the last character index _(by Athan Reines)_
49
-
-[`29d7b0d`](https://github.com/stdlib-js/stdlib/commit/29d7b0dc141e1112af120eab76fa6731b8fdbe78) - **feat:** add support for `fromIndex`_(by Athan Reines)_
50
-
-[`6bff34f`](https://github.com/stdlib-js/stdlib/commit/6bff34fcc4cbc7c17b7ff99beed20cdd0ea1b3c0) - **style:** add missing space _(by Athan Reines)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
51
16
52
17
</details>
53
18
@@ -71,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
71
36
72
37
<!-- /.release -->
73
38
74
-
<sectionclass="release"id="v0.2.1">
39
+
<sectionclass="release"id="v0.3.0">
75
40
76
-
## 0.2.1 (2024-02-21)
41
+
## 0.3.0 (2024-07-26)
77
42
78
43
No changes reported for this release.
79
44
80
45
</section>
81
46
82
47
<!-- /.release -->
83
48
84
-
<sectionclass="release"id="v0.2.0">
85
-
86
-
## 0.2.0 (2024-02-14)
87
-
88
-
<sectionclass="commits">
89
-
90
-
### Commits
91
-
92
-
<details>
49
+
<sectionclass="release"id="v0.2.1">
93
50
94
-
-[`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51
+
## 0.2.1 (2024-02-21)
95
52
96
-
</details>
53
+
No changes reported for this release.
97
54
98
55
</section>
99
56
100
-
<!-- /.commits -->
101
-
102
-
<sectionclass="contributors">
103
-
104
-
### Contributors
105
-
106
-
A total of 1 person contributed to this release. Thank you to this contributor:
57
+
<!-- /.release -->
107
58
108
-
- Philipp Burckhardt
59
+
<sectionclass="release"id="v0.2.0">
109
60
110
-
</section>
61
+
## 0.2.0 (2024-02-14)
111
62
112
-
<!-- /.contributors -->
63
+
No changes reported for this release.
113
64
114
65
</section>
115
66
@@ -129,78 +80,7 @@ No changes reported for this release.
129
80
130
81
## 0.1.0 (2023-09-22)
131
82
132
-
<sectionclass="features">
133
-
134
-
### Features
135
-
136
-
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
-[`ae68d17`](https://github.com/stdlib-js/stdlib/commit/ae68d1783e4d97a36bc6a74d8cbe8004dae79ad2) - add support for replacing the substring before the first occurrence of a search string [(#843)](https://github.com/stdlib-js/stdlib/pull/843)
139
-
140
-
</section>
141
-
142
-
<!-- /.features -->
143
-
144
-
<sectionclass="breaking-changes">
145
-
146
-
### BREAKING CHANGES
147
-
148
-
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
179
-
-[`440034d`](https://github.com/stdlib-js/stdlib/commit/440034de6d7d057f3afb7399b6a3951dc0749c70) - **chore:** fix indentation in package meta data [(#928)](https://github.com/stdlib-js/stdlib/pull/928)_(by stdlib-bot, Athan Reines)_
-[`ae68d17`](https://github.com/stdlib-js/stdlib/commit/ae68d1783e4d97a36bc6a74d8cbe8004dae79ad2) - **feat:** add support for replacing the substring before the first occurrence of a search string [(#843)](https://github.com/stdlib-js/stdlib/pull/843)_(by Harshita Kalani, Athan Reines, Pranav)_
183
-
184
-
</details>
185
-
186
-
</section>
187
-
188
-
<!-- /.commits -->
189
-
190
-
<sectionclass="contributors">
191
-
192
-
### Contributors
193
-
194
-
A total of 4 people contributed to this release. Thank you to the following contributors:
0 commit comments