Skip to content

Commit 68b15ae

Browse files
committed
Auto-generated commit
1 parent f4a94c3 commit 68b15ae

File tree

2 files changed

+54
-22
lines changed

2 files changed

+54
-22
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T00:36:04.724Z
1+
2024-08-03T15:12:14.990Z

CHANGELOG.md

+53-21
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,87 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.1.1">
66

7-
## Unreleased (2024-08-01)
7+
## 0.1.1 (2024-07-26)
88

9-
<section class="commits">
9+
No changes reported for this release.
1010

11-
### Commits
11+
</section>
1212

13-
<details>
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.1.0">
1416

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
17+
## 0.1.0 (2024-04-13)
1618

17-
</details>
19+
<section class="features">
20+
21+
### Features
22+
23+
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849) - resolve negative index arguments relative to last index
24+
- [`58bdac8`](https://github.com/stdlib-js/stdlib/commit/58bdac8a8a5914b7b2598f873418f9edae4c8843) - add `string/base/replace-after-last` [(#1365)](https://github.com/stdlib-js/stdlib/pull/1365)
1825

1926
</section>
2027

21-
<!-- /.commits -->
28+
<!-- /.features -->
2229

23-
<section class="contributors">
30+
<section class="breaking-changes">
2431

25-
### Contributors
32+
### BREAKING CHANGES
2633

27-
A total of 1 person contributed to this release. Thank you to this contributor:
34+
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849): resolve negative index arguments relative to last index
35+
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849): resolve negative index arguments relative to last index
2836

29-
- Athan Reines
37+
- Previously, a negative `fromIndex` argument would resolve to `0`.
38+
The current behavior resolves relative to the last character index.
39+
To preserve the previous behavior, users should clamp index arguments
40+
to index bounds before calling `replaceAfterLast`.
3041

3142
</section>
3243

33-
<!-- /.contributors -->
44+
<!-- /.breaking-changes -->
45+
46+
<section class="issues">
47+
48+
### Closed Issues
49+
50+
This release closes the following issue:
51+
52+
[#814](https://github.com/stdlib-js/stdlib/issues/814)
3453

3554
</section>
3655

37-
<!-- /.release -->
56+
<!-- /.issues -->
3857

39-
<section class="release" id="v0.1.1">
58+
<section class="commits">
4059

41-
## 0.1.1 (2024-07-26)
60+
### Commits
4261

43-
No changes reported for this release.
62+
<details>
63+
64+
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849) - **feat:** resolve negative index arguments relative to last index _(by Athan Reines)_
65+
- [`58bdac8`](https://github.com/stdlib-js/stdlib/commit/58bdac8a8a5914b7b2598f873418f9edae4c8843) - **feat:** add `string/base/replace-after-last` [(#1365)](https://github.com/stdlib-js/stdlib/pull/1365) _(by Golden Kumar, Athan Reines, Philipp Burckhardt)_
66+
67+
</details>
4468

4569
</section>
4670

47-
<!-- /.release -->
71+
<!-- /.commits -->
4872

49-
<section class="release" id="v0.1.0">
73+
<section class="contributors">
5074

51-
## 0.1.0 (2024-04-13)
75+
### Contributors
5276

53-
No changes reported for this release.
77+
A total of 3 people contributed to this release. Thank you to the following contributors:
78+
79+
- Athan Reines
80+
- Golden Kumar
81+
- Philipp Burckhardt
82+
83+
</section>
84+
85+
<!-- /.contributors -->
5486

5587
</section>
5688

0 commit comments

Comments
 (0)