|
4 | 4 |
|
5 | 5 | <section class="release" id="unreleased">
|
6 | 6 |
|
7 |
| -## Unreleased (2024-07-01) |
| 7 | +## Unreleased (2024-07-13) |
| 8 | + |
| 9 | +<section class="features"> |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7) - improve type safety |
| 14 | + |
| 15 | +</section> |
| 16 | + |
| 17 | +<!-- /.features --> |
| 18 | + |
| 19 | +<section class="breaking-changes"> |
| 20 | + |
| 21 | +### BREAKING CHANGES |
| 22 | + |
| 23 | +- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7): improve type safety |
| 24 | +- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7): The return types are now more specific. This may break existing code that relies on less strict typing, but should not affect most users. To preserve the prior behavior, you can cast the return value to `string` via a type assertion. |
| 25 | + |
| 26 | +</section> |
| 27 | + |
| 28 | +<!-- /.breaking-changes --> |
| 29 | + |
| 30 | +<section class="commits"> |
| 31 | + |
| 32 | +### Commits |
| 33 | + |
| 34 | +<details> |
| 35 | + |
| 36 | +- [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7) - **feat:** improve type safety _(by Philipp Burckhardt)_ |
| 37 | + |
| 38 | +</details> |
| 39 | + |
| 40 | +</section> |
| 41 | + |
| 42 | +<!-- /.commits --> |
| 43 | + |
| 44 | +<section class="contributors"> |
| 45 | + |
| 46 | +### Contributors |
| 47 | + |
| 48 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 49 | + |
| 50 | +- Philipp Burckhardt |
| 51 | + |
| 52 | +</section> |
| 53 | + |
| 54 | +<!-- /.contributors --> |
| 55 | + |
| 56 | +</section> |
| 57 | + |
| 58 | +<!-- /.release --> |
| 59 | + |
| 60 | +<section class="release" id="v0.2.1"> |
| 61 | + |
| 62 | +## 0.2.1 (2024-02-22) |
| 63 | + |
| 64 | +<section class="features"> |
| 65 | + |
| 66 | +### Features |
| 67 | + |
| 68 | +- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version |
| 69 | + |
| 70 | +</section> |
| 71 | + |
| 72 | +<!-- /.features --> |
| 73 | + |
| 74 | +<section class="breaking-changes"> |
| 75 | + |
| 76 | +### BREAKING CHANGES |
| 77 | + |
| 78 | +- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version |
| 79 | + |
| 80 | +</section> |
| 81 | + |
| 82 | +<!-- /.breaking-changes --> |
8 | 83 |
|
9 | 84 | <section class="commits">
|
10 | 85 |
|
11 | 86 | ### Commits
|
12 | 87 |
|
13 | 88 | <details>
|
14 | 89 |
|
15 |
| -- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_ |
| 90 | +- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 91 | +- [`6c7e770`](https://github.com/stdlib-js/stdlib/commit/6c7e770dab6e03561202af2861ae11c27af8a90c) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_ |
16 | 92 |
|
17 | 93 | </details>
|
18 | 94 |
|
|
26 | 102 |
|
27 | 103 | A total of 1 person contributed to this release. Thank you to this contributor:
|
28 | 104 |
|
29 |
| -- Athan Reines |
| 105 | +- Philipp Burckhardt |
30 | 106 |
|
31 | 107 | </section>
|
32 | 108 |
|
|
0 commit comments