|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/array-empty/releases) for the changelog. |
| 5 | +<section class="release" id="unreleased"> |
| 6 | + |
| 7 | +## Unreleased (2024-06-26) |
| 8 | + |
| 9 | +<section class="features"> |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +- [`d4815b6`](https://github.com/stdlib-js/stdlib/commit/d4815b6becd6231209dfdf39808a0014bcf24b84) - add boolean dtype support to `array/empty` [(#2459)](https://github.com/stdlib-js/stdlib/pull/2459) |
| 14 | + |
| 15 | +</section> |
| 16 | + |
| 17 | +<!-- /.features --> |
| 18 | + |
| 19 | +<section class="commits"> |
| 20 | + |
| 21 | +### Commits |
| 22 | + |
| 23 | +<details> |
| 24 | + |
| 25 | +- [`d4815b6`](https://github.com/stdlib-js/stdlib/commit/d4815b6becd6231209dfdf39808a0014bcf24b84) - **feat:** add boolean dtype support to `array/empty` [(#2459)](https://github.com/stdlib-js/stdlib/pull/2459) _(by Jaysukh Makvana, Athan Reines)_ |
| 26 | + |
| 27 | +</details> |
| 28 | + |
| 29 | +</section> |
| 30 | + |
| 31 | +<!-- /.commits --> |
| 32 | + |
| 33 | +<section class="contributors"> |
| 34 | + |
| 35 | +### Contributors |
| 36 | + |
| 37 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 38 | + |
| 39 | +- Athan Reines |
| 40 | +- Jaysukh Makvana |
| 41 | + |
| 42 | +</section> |
| 43 | + |
| 44 | +<!-- /.contributors --> |
| 45 | + |
| 46 | +</section> |
| 47 | + |
| 48 | +<!-- /.release --> |
| 49 | + |
| 50 | +<section class="release" id="v0.2.1"> |
| 51 | + |
| 52 | +## 0.2.1 (2024-02-25) |
| 53 | + |
| 54 | +<section class="features"> |
| 55 | + |
| 56 | +### Features |
| 57 | + |
| 58 | +- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) |
| 59 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version |
| 60 | +- [`c72a4c6`](https://github.com/stdlib-js/stdlib/commit/c72a4c6976a3527f239ccaf450e8df8379549f9a) - add `array/empty` [(#983)](https://github.com/stdlib-js/stdlib/pull/983) |
| 61 | + |
| 62 | +</section> |
| 63 | + |
| 64 | +<!-- /.features --> |
| 65 | + |
| 66 | +<section class="breaking-changes"> |
| 67 | + |
| 68 | +### BREAKING CHANGES |
| 69 | + |
| 70 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version |
| 71 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 |
| 72 | + |
| 73 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 74 | + |
| 75 | +</section> |
| 76 | + |
| 77 | +<!-- /.breaking-changes --> |
| 78 | + |
| 79 | +<section class="issues"> |
| 80 | + |
| 81 | +### Closed Issues |
| 82 | + |
| 83 | +This release closes the following issue: |
| 84 | + |
| 85 | +[#982](https://github.com/stdlib-js/stdlib/issues/982) |
| 86 | + |
| 87 | +</section> |
| 88 | + |
| 89 | +<!-- /.issues --> |
| 90 | + |
| 91 | +<section class="commits"> |
| 92 | + |
| 93 | +### Commits |
| 94 | + |
| 95 | +<details> |
| 96 | + |
| 97 | +- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) _(by Philipp Burckhardt, Athan Reines)_ |
| 98 | +- [`08c7ef3`](https://github.com/stdlib-js/stdlib/commit/08c7ef333d7eabd7c3f48db578f6eac3c839789f) - **refactor:** query default dtype _(by Athan Reines)_ |
| 99 | +- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_ |
| 100 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 101 | +- [`c72a4c6`](https://github.com/stdlib-js/stdlib/commit/c72a4c6976a3527f239ccaf450e8df8379549f9a) - **feat:** add `array/empty` [(#983)](https://github.com/stdlib-js/stdlib/pull/983) _(by Stephannie Jiménez Gacha, Athan Reines)_ |
| 102 | + |
| 103 | +</details> |
| 104 | + |
| 105 | +</section> |
| 106 | + |
| 107 | +<!-- /.commits --> |
| 108 | + |
| 109 | +<section class="contributors"> |
| 110 | + |
| 111 | +### Contributors |
| 112 | + |
| 113 | +A total of 3 people contributed to this release. Thank you to the following contributors: |
| 114 | + |
| 115 | +- Athan Reines |
| 116 | +- Philipp Burckhardt |
| 117 | +- Stephannie Jiménez Gacha |
| 118 | + |
| 119 | +</section> |
| 120 | + |
| 121 | +<!-- /.contributors --> |
| 122 | + |
| 123 | +</section> |
| 124 | + |
| 125 | +<!-- /.release --> |
| 126 | + |
0 commit comments