|
20 | 20 |
|
21 | 21 | ### BREAKING CHANGES
|
22 | 22 |
|
23 |
| -- [`66dce03`](https://github.com/stdlib-js/stdlib/commit/66dce034698fdbd71248cad9c7d277ac97cdf0ae): add boolean dtype support to `array/min-dtype` |
24 |
| -- [`66dce03`](https://github.com/stdlib-js/stdlib/commit/66dce034698fdbd71248cad9c7d277ac97cdf0ae): return \"bool\" when provided a boolean |
| 23 | +- [`66dce03`](https://github.com/stdlib-js/stdlib/commit/66dce034698fdbd71248cad9c7d277ac97cdf0ae): return \"bool\" when provided a boolean |
25 | 24 |
|
26 | 25 | - To migrate, users explicitly handle \"bool\" return values. If \"generic\" is still desired, users should consolidate accordingly.
|
27 | 26 |
|
@@ -90,12 +89,11 @@ No changes reported for this release.
|
90 | 89 | ### BREAKING CHANGES
|
91 | 90 |
|
92 | 91 | - [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
|
93 |
| -- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types |
94 | 92 |
|
95 | 93 | - In order to migrate, users should update their implementations to
|
96 |
| - use the latest naming conventions. The affected type definitions |
97 |
| - are aliases for individual data type strings, so their should be |
98 |
| - no behavioral changes. |
| 94 | + use the latest naming conventions. The affected type definitions |
| 95 | + are aliases for individual data type strings, so their should be |
| 96 | + no behavioral changes. |
99 | 97 |
|
100 | 98 | </section>
|
101 | 99 |
|
@@ -159,8 +157,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
|
159 | 157 |
|
160 | 158 | ### BREAKING CHANGES
|
161 | 159 |
|
162 |
| -- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version |
163 |
| -- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 |
| 160 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 |
164 | 161 |
|
165 | 162 | - To migrate, users should upgrade their TypeScript version to at least version 4.1.
|
166 | 163 |
|
|
0 commit comments