|
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 | 9 | <section class="commits"> |
10 | 10 |
|
11 | 11 | ### Commits |
12 | 12 |
|
13 | 13 | <details> |
14 | 14 |
|
15 | | -- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_ |
| 15 | +- [`53fd65d`](https://github.com/stdlib-js/stdlib/commit/53fd65de03a466f6cf3ca0752c0908a57ef151b1) - **docs:** update related packages sections [(#2240)](https://github.com/stdlib-js/stdlib/pull/2240) _(by stdlib-bot)_ |
16 | 16 |
|
17 | 17 | </details> |
18 | 18 |
|
19 | 19 | </section> |
20 | 20 |
|
21 | 21 | <!-- /.commits --> |
22 | 22 |
|
23 | | -<section class="contributors"> |
| 23 | +</section> |
24 | 24 |
|
25 | | -### Contributors |
| 25 | +<!-- /.release --> |
26 | 26 |
|
27 | | -A total of 1 person contributed to this release. Thank you to this contributor: |
| 27 | +<section class="release" id="v0.1.0"> |
28 | 28 |
|
29 | | -- Athan Reines |
| 29 | +## 0.1.0 (2024-04-13) |
| 30 | + |
| 31 | +<section class="features"> |
| 32 | + |
| 33 | +### Features |
| 34 | + |
| 35 | +- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6) - support negative `fromIndex` arguments |
| 36 | +- [`272f91b`](https://github.com/stdlib-js/stdlib/commit/272f91b30128d4536470605d01aeeb73d2684376) - add `string/base/replace-before-last` [(#1364)](https://github.com/stdlib-js/stdlib/pull/1364) |
30 | 37 |
|
31 | 38 | </section> |
32 | 39 |
|
33 | | -<!-- /.contributors --> |
| 40 | +<!-- /.features --> |
| 41 | + |
| 42 | +<section class="breaking-changes"> |
| 43 | + |
| 44 | +### BREAKING CHANGES |
| 45 | + |
| 46 | +- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6): support negative `fromIndex` arguments |
| 47 | +- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6): resolve negative indices relative to last index |
| 48 | + |
| 49 | + - In order to preserve prior behavior, users should insert a manual |
| 50 | + check before calling this API. |
34 | 51 |
|
35 | 52 | </section> |
36 | 53 |
|
37 | | -<!-- /.release --> |
| 54 | +<!-- /.breaking-changes --> |
38 | 55 |
|
39 | | -<section class="release" id="v0.1.1"> |
| 56 | +<section class="issues"> |
40 | 57 |
|
41 | | -## 0.1.1 (2024-07-26) |
| 58 | +### Closed Issues |
| 59 | + |
| 60 | +This release closes the following issue: |
42 | 61 |
|
43 | | -No changes reported for this release. |
| 62 | +[#813](https://github.com/stdlib-js/stdlib/issues/813) |
44 | 63 |
|
45 | 64 | </section> |
46 | 65 |
|
47 | | -<!-- /.release --> |
| 66 | +<!-- /.issues --> |
48 | 67 |
|
49 | | -<section class="release" id="v0.1.0"> |
| 68 | +<section class="commits"> |
50 | 69 |
|
51 | | -## 0.1.0 (2024-04-13) |
| 70 | +### Commits |
| 71 | + |
| 72 | +<details> |
| 73 | + |
| 74 | +- [`2512e10`](https://github.com/stdlib-js/stdlib/commit/2512e109d8d9928b006daac2ecdde8a51e272966) - **docs:** update examples _(by Athan Reines)_ |
| 75 | +- [`522a048`](https://github.com/stdlib-js/stdlib/commit/522a048a7f63c2349d966b799e5b63d9842b5d13) - **docs:** fix typos _(by Athan Reines)_ |
| 76 | +- [`b6cb1d3`](https://github.com/stdlib-js/stdlib/commit/b6cb1d392dab74242900a91b30c256d5b608dea6) - **feat:** support negative `fromIndex` arguments _(by Athan Reines)_ |
| 77 | +- [`272f91b`](https://github.com/stdlib-js/stdlib/commit/272f91b30128d4536470605d01aeeb73d2684376) - **feat:** add `string/base/replace-before-last` [(#1364)](https://github.com/stdlib-js/stdlib/pull/1364) _(by Golden Kumar, stdlib-bot, Athan Reines, Philipp Burckhardt)_ |
| 78 | + |
| 79 | +</details> |
| 80 | + |
| 81 | +</section> |
| 82 | + |
| 83 | +<!-- /.commits --> |
| 84 | + |
| 85 | +<section class="contributors"> |
| 86 | + |
| 87 | +### Contributors |
| 88 | + |
| 89 | +A total of 4 people contributed to this release. Thank you to the following contributors: |
52 | 90 |
|
53 | | -No changes reported for this release. |
| 91 | +- Athan Reines |
| 92 | +- Golden Kumar |
| 93 | +- Philipp Burckhardt |
| 94 | +- stdlib-bot |
| 95 | + |
| 96 | +</section> |
| 97 | + |
| 98 | +<!-- /.contributors --> |
54 | 99 |
|
55 | 100 | </section> |
56 | 101 |
|
|
0 commit comments