|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/array-linspace/releases) for the changelog. |
| 5 | +<section class="release" id="unreleased"> |
| 6 | + |
| 7 | +## Unreleased (2024-07-07) |
| 8 | + |
| 9 | +<section class="commits"> |
| 10 | + |
| 11 | +### Commits |
| 12 | + |
| 13 | +<details> |
| 14 | + |
| 15 | +- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_ |
| 16 | +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ |
| 17 | + |
| 18 | +</details> |
| 19 | + |
| 20 | +</section> |
| 21 | + |
| 22 | +<!-- /.commits --> |
| 23 | + |
| 24 | +<section class="contributors"> |
| 25 | + |
| 26 | +### Contributors |
| 27 | + |
| 28 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 29 | + |
| 30 | +- Athan Reines |
| 31 | +- Philipp Burckhardt |
| 32 | + |
| 33 | +</section> |
| 34 | + |
| 35 | +<!-- /.contributors --> |
| 36 | + |
| 37 | +</section> |
| 38 | + |
| 39 | +<!-- /.release --> |
| 40 | + |
| 41 | +<section class="release" id="v0.2.1"> |
| 42 | + |
| 43 | +## 0.2.1 (2024-02-25) |
| 44 | + |
| 45 | +<section class="features"> |
| 46 | + |
| 47 | +### Features |
| 48 | + |
| 49 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types |
| 50 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version |
| 51 | + |
| 52 | +</section> |
| 53 | + |
| 54 | +<!-- /.features --> |
| 55 | + |
| 56 | +<section class="bug-fixes"> |
| 57 | + |
| 58 | +### Bug Fixes |
| 59 | + |
| 60 | +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs |
| 61 | + |
| 62 | +</section> |
| 63 | + |
| 64 | +<!-- /.bug-fixes --> |
| 65 | + |
| 66 | +<section class="breaking-changes"> |
| 67 | + |
| 68 | +### BREAKING CHANGES |
| 69 | + |
| 70 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types |
| 71 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types |
| 72 | + |
| 73 | + - In order to migrate, users should update their implementations to |
| 74 | + use the latest naming conventions. The affected type definitions |
| 75 | + are aliases for individual data type strings, so their should be |
| 76 | + no behavioral changes. |
| 77 | + |
| 78 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version |
| 79 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 |
| 80 | + |
| 81 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 82 | + |
| 83 | +</section> |
| 84 | + |
| 85 | +<!-- /.breaking-changes --> |
| 86 | + |
| 87 | +<section class="commits"> |
| 88 | + |
| 89 | +### Commits |
| 90 | + |
| 91 | +<details> |
| 92 | + |
| 93 | +- [`16b25c0`](https://github.com/stdlib-js/stdlib/commit/16b25c0618c88b21be836aa936cd6229916ab95c) - **refactor:** query default dtype _(by Athan Reines)_ |
| 94 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 95 | +- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_ |
| 96 | +- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 97 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 98 | +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_ |
| 99 | +- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_ |
| 100 | + |
| 101 | +</details> |
| 102 | + |
| 103 | +</section> |
| 104 | + |
| 105 | +<!-- /.commits --> |
| 106 | + |
| 107 | +<section class="contributors"> |
| 108 | + |
| 109 | +### Contributors |
| 110 | + |
| 111 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 112 | + |
| 113 | +- Athan Reines |
| 114 | +- Philipp Burckhardt |
| 115 | + |
| 116 | +</section> |
| 117 | + |
| 118 | +<!-- /.contributors --> |
| 119 | + |
| 120 | +</section> |
| 121 | + |
| 122 | +<!-- /.release --> |
| 123 | + |
0 commit comments