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