|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/array-typed-complex/releases) for the changelog. |
| 5 | +<section class="release" id="v0.2.2"> |
| 6 | + |
| 7 | +## 0.2.2 (2024-07-29) |
| 8 | + |
| 9 | +<section class="commits"> |
| 10 | + |
| 11 | +### Commits |
| 12 | + |
| 13 | +<details> |
| 14 | + |
| 15 | +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ |
| 16 | + |
| 17 | +</details> |
| 18 | + |
| 19 | +</section> |
| 20 | + |
| 21 | +<!-- /.commits --> |
| 22 | + |
| 23 | +<section class="contributors"> |
| 24 | + |
| 25 | +### Contributors |
| 26 | + |
| 27 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 28 | + |
| 29 | +- Athan Reines |
| 30 | + |
| 31 | +</section> |
| 32 | + |
| 33 | +<!-- /.contributors --> |
| 34 | + |
| 35 | +</section> |
| 36 | + |
| 37 | +<!-- /.release --> |
| 38 | + |
| 39 | +<section class="release" id="v0.2.1"> |
| 40 | + |
| 41 | +## 0.2.1 (2024-02-25) |
| 42 | + |
| 43 | +<section class="features"> |
| 44 | + |
| 45 | +### Features |
| 46 | + |
| 47 | +- [`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) |
| 48 | + |
| 49 | +</section> |
| 50 | + |
| 51 | +<!-- /.features --> |
| 52 | + |
| 53 | +<section class="commits"> |
| 54 | + |
| 55 | +### Commits |
| 56 | + |
| 57 | +<details> |
| 58 | + |
| 59 | +- [`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)_ |
| 60 | + |
| 61 | +</details> |
| 62 | + |
| 63 | +</section> |
| 64 | + |
| 65 | +<!-- /.commits --> |
| 66 | + |
| 67 | +<section class="contributors"> |
| 68 | + |
| 69 | +### Contributors |
| 70 | + |
| 71 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 72 | + |
| 73 | +- Athan Reines |
| 74 | +- Philipp Burckhardt |
| 75 | + |
| 76 | +</section> |
| 77 | + |
| 78 | +<!-- /.contributors --> |
| 79 | + |
| 80 | +</section> |
| 81 | + |
| 82 | +<!-- /.release --> |
| 83 | + |
| 84 | +<section class="release" id="v0.2.0"> |
| 85 | + |
| 86 | +## 0.2.0 (2024-02-14) |
| 87 | + |
| 88 | +<section class="features"> |
| 89 | + |
| 90 | +### Features |
| 91 | + |
| 92 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types |
| 93 | + |
| 94 | +</section> |
| 95 | + |
| 96 | +<!-- /.features --> |
| 97 | + |
| 98 | +<section class="breaking-changes"> |
| 99 | + |
| 100 | +### BREAKING CHANGES |
| 101 | + |
| 102 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types |
| 103 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types |
| 104 | + |
| 105 | + - In order to migrate, users should update their implementations to |
| 106 | + use the latest naming conventions. The affected type definitions |
| 107 | + are aliases for individual data type strings, so their should be |
| 108 | + no behavioral changes. |
| 109 | + |
| 110 | +</section> |
| 111 | + |
| 112 | +<!-- /.breaking-changes --> |
| 113 | + |
| 114 | +<section class="commits"> |
| 115 | + |
| 116 | +### Commits |
| 117 | + |
| 118 | +<details> |
| 119 | + |
| 120 | +- [`e50f36e`](https://github.com/stdlib-js/stdlib/commit/e50f36e4abc083a8bb70abf68727f4462331e007) - **refactor:** query default dtype _(by Athan Reines)_ |
| 121 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 122 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_ |
| 123 | +- [`739e562`](https://github.com/stdlib-js/stdlib/commit/739e5627234ca4ae9198f384063a4a3201c6c407) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ |
| 124 | +- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_ |
| 125 | +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 126 | + |
| 127 | +</details> |
| 128 | + |
| 129 | +</section> |
| 130 | + |
| 131 | +<!-- /.commits --> |
| 132 | + |
| 133 | +<section class="contributors"> |
| 134 | + |
| 135 | +### Contributors |
| 136 | + |
| 137 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 138 | + |
| 139 | +- Athan Reines |
| 140 | +- Philipp Burckhardt |
| 141 | + |
| 142 | +</section> |
| 143 | + |
| 144 | +<!-- /.contributors --> |
| 145 | + |
| 146 | +</section> |
| 147 | + |
| 148 | +<!-- /.release --> |
| 149 | + |
| 150 | +<section class="release" id="v0.1.0"> |
| 151 | + |
| 152 | +## 0.1.0 (2023-09-24) |
| 153 | + |
| 154 | +<section class="features"> |
| 155 | + |
| 156 | +### Features |
| 157 | + |
| 158 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version |
| 159 | + |
| 160 | +</section> |
| 161 | + |
| 162 | +<!-- /.features --> |
| 163 | + |
| 164 | +<section class="breaking-changes"> |
| 165 | + |
| 166 | +### BREAKING CHANGES |
| 167 | + |
| 168 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version |
| 169 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 |
| 170 | + |
| 171 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 172 | + |
| 173 | +</section> |
| 174 | + |
| 175 | +<!-- /.breaking-changes --> |
| 176 | + |
| 177 | +<section class="commits"> |
| 178 | + |
| 179 | +### Commits |
| 180 | + |
| 181 | +<details> |
| 182 | + |
| 183 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 184 | + |
| 185 | +</details> |
| 186 | + |
| 187 | +</section> |
| 188 | + |
| 189 | +<!-- /.commits --> |
| 190 | + |
| 191 | +<section class="contributors"> |
| 192 | + |
| 193 | +### Contributors |
| 194 | + |
| 195 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 196 | + |
| 197 | +- Philipp Burckhardt |
| 198 | + |
| 199 | +</section> |
| 200 | + |
| 201 | +<!-- /.contributors --> |
| 202 | + |
| 203 | +</section> |
| 204 | + |
| 205 | +<!-- /.release --> |
| 206 | + |
| 207 | +<section class="release" id="v0.0.1"> |
| 208 | + |
| 209 | +## 0.0.1 (2022-02-16) |
| 210 | + |
| 211 | +No changes reported for this release. |
| 212 | + |
| 213 | +</section> |
| 214 | + |
| 215 | +<!-- /.release --> |
| 216 | + |
0 commit comments