|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -<section class="release" id="unreleased"> |
| 5 | +<section class="release" id="v0.1.1"> |
6 | 6 |
|
7 |
| -## Unreleased (2024-08-01) |
| 7 | +## 0.1.1 (2024-07-26) |
8 | 8 |
|
9 |
| -<section class="commits"> |
| 9 | +No changes reported for this release. |
10 | 10 |
|
11 |
| -### Commits |
| 11 | +</section> |
12 | 12 |
|
13 |
| -<details> |
| 13 | +<!-- /.release --> |
| 14 | + |
| 15 | +<section class="release" id="v0.1.0"> |
14 | 16 |
|
15 |
| -- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_ |
| 17 | +## 0.1.0 (2024-04-13) |
16 | 18 |
|
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) |
18 | 25 |
|
19 | 26 | </section>
|
20 | 27 |
|
21 |
| -<!-- /.commits --> |
| 28 | +<!-- /.features --> |
22 | 29 |
|
23 |
| -<section class="contributors"> |
| 30 | +<section class="breaking-changes"> |
24 | 31 |
|
25 |
| -### Contributors |
| 32 | +### BREAKING CHANGES |
26 | 33 |
|
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 |
28 | 36 |
|
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`. |
30 | 41 |
|
31 | 42 | </section>
|
32 | 43 |
|
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) |
34 | 53 |
|
35 | 54 | </section>
|
36 | 55 |
|
37 |
| -<!-- /.release --> |
| 56 | +<!-- /.issues --> |
38 | 57 |
|
39 |
| -<section class="release" id="v0.1.1"> |
| 58 | +<section class="commits"> |
40 | 59 |
|
41 |
| -## 0.1.1 (2024-07-26) |
| 60 | +### Commits |
42 | 61 |
|
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> |
44 | 68 |
|
45 | 69 | </section>
|
46 | 70 |
|
47 |
| -<!-- /.release --> |
| 71 | +<!-- /.commits --> |
48 | 72 |
|
49 |
| -<section class="release" id="v0.1.0"> |
| 73 | +<section class="contributors"> |
50 | 74 |
|
51 |
| -## 0.1.0 (2024-04-13) |
| 75 | +### Contributors |
52 | 76 |
|
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 --> |
54 | 86 |
|
55 | 87 | </section>
|
56 | 88 |
|
|
0 commit comments