|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -<section class="release" id="unreleased"> |
| 5 | +<section class="release" id="v0.2.2"> |
6 | 6 |
|
7 |
| -## Unreleased (2024-08-01) |
| 7 | +## 0.2.2 (2024-07-28) |
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 | 14 |
|
15 |
| -- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_ |
| 15 | +<section class="release" id="v0.2.1"> |
16 | 16 |
|
17 |
| -</details> |
| 17 | +## 0.2.1 (2024-02-24) |
18 | 18 |
|
19 |
| -</section> |
| 19 | +No changes reported for this release. |
20 | 20 |
|
21 |
| -<!-- /.commits --> |
| 21 | +</section> |
22 | 22 |
|
23 |
| -<section class="contributors"> |
| 23 | +<!-- /.release --> |
24 | 24 |
|
25 |
| -### Contributors |
| 25 | +<section class="release" id="v0.2.0"> |
26 | 26 |
|
27 |
| -A total of 1 person contributed to this release. Thank you to this contributor: |
| 27 | +## 0.2.0 (2024-02-14) |
28 | 28 |
|
29 |
| -- Athan Reines |
| 29 | +No changes reported for this release. |
30 | 30 |
|
31 | 31 | </section>
|
32 | 32 |
|
33 |
| -<!-- /.contributors --> |
| 33 | +<!-- /.release --> |
34 | 34 |
|
35 |
| -</section> |
| 35 | +<section class="release" id="v0.1.0"> |
36 | 36 |
|
37 |
| -<!-- /.release --> |
| 37 | +## 0.1.0 (2023-09-24) |
38 | 38 |
|
39 |
| -<section class="release" id="v0.2.2"> |
| 39 | +<section class="features"> |
40 | 40 |
|
41 |
| -## 0.2.2 (2024-07-28) |
| 41 | +### Features |
42 | 42 |
|
43 |
| -No changes reported for this release. |
| 43 | +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version |
| 44 | +- [`3faabda`](https://github.com/stdlib-js/stdlib/commit/3faabda3a0e780c45af544396f78960a8f6a3c4c) - use type predicates for narrowing |
| 45 | +- [`fc5b401`](https://github.com/stdlib-js/stdlib/commit/fc5b401ff99a4612f27f078fdb4d3574b3463a1f) - use type predicates for narrowing |
44 | 46 |
|
45 | 47 | </section>
|
46 | 48 |
|
47 |
| -<!-- /.release --> |
| 49 | +<!-- /.features --> |
48 | 50 |
|
49 |
| -<section class="release" id="v0.2.1"> |
| 51 | +<section class="breaking-changes"> |
50 | 52 |
|
51 |
| -## 0.2.1 (2024-02-24) |
| 53 | +### BREAKING CHANGES |
52 | 54 |
|
53 |
| -No changes reported for this release. |
| 55 | +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version |
| 56 | +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1 |
| 57 | + |
| 58 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
54 | 59 |
|
55 | 60 | </section>
|
56 | 61 |
|
57 |
| -<!-- /.release --> |
| 62 | +<!-- /.breaking-changes --> |
58 | 63 |
|
59 |
| -<section class="release" id="v0.2.0"> |
| 64 | +<section class="commits"> |
60 | 65 |
|
61 |
| -## 0.2.0 (2024-02-14) |
| 66 | +### Commits |
62 | 67 |
|
63 |
| -No changes reported for this release. |
| 68 | +<details> |
| 69 | + |
| 70 | +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 71 | +- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_ |
| 72 | +- [`3faabda`](https://github.com/stdlib-js/stdlib/commit/3faabda3a0e780c45af544396f78960a8f6a3c4c) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_ |
| 73 | +- [`fc5b401`](https://github.com/stdlib-js/stdlib/commit/fc5b401ff99a4612f27f078fdb4d3574b3463a1f) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_ |
| 74 | + |
| 75 | +</details> |
64 | 76 |
|
65 | 77 | </section>
|
66 | 78 |
|
67 |
| -<!-- /.release --> |
| 79 | +<!-- /.commits --> |
68 | 80 |
|
69 |
| -<section class="release" id="v0.1.0"> |
| 81 | +<section class="contributors"> |
70 | 82 |
|
71 |
| -## 0.1.0 (2023-09-24) |
| 83 | +### Contributors |
72 | 84 |
|
73 |
| -No changes reported for this release. |
| 85 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 86 | + |
| 87 | +- Philipp Burckhardt |
| 88 | + |
| 89 | +</section> |
| 90 | + |
| 91 | +<!-- /.contributors --> |
74 | 92 |
|
75 | 93 | </section>
|
76 | 94 |
|
|
0 commit comments