|
2 | 2 |
|
3 | 3 | > Package changelog. |
4 | 4 |
|
5 | | -See [GitHub Releases](https://github.com/stdlib-js/array-full/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 | +- [`3fdfa90`](https://github.com/stdlib-js/stdlib/commit/3fdfa902945e503766b1ae4592a2d094efb0ff7f) - add boolean dtype support to `array/full` [(#2461)](https://github.com/stdlib-js/stdlib/pull/2461) |
| 14 | + |
| 15 | +</section> |
| 16 | + |
| 17 | +<!-- /.features --> |
| 18 | + |
| 19 | +<section class="commits"> |
| 20 | + |
| 21 | +### Commits |
| 22 | + |
| 23 | +<details> |
| 24 | + |
| 25 | +- [`3fdfa90`](https://github.com/stdlib-js/stdlib/commit/3fdfa902945e503766b1ae4592a2d094efb0ff7f) - **feat:** add boolean dtype support to `array/full` [(#2461)](https://github.com/stdlib-js/stdlib/pull/2461) _(by Jaysukh Makvana, Athan Reines)_ |
| 26 | +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ |
| 27 | + |
| 28 | +</details> |
| 29 | + |
| 30 | +</section> |
| 31 | + |
| 32 | +<!-- /.commits --> |
| 33 | + |
| 34 | +<section class="contributors"> |
| 35 | + |
| 36 | +### Contributors |
| 37 | + |
| 38 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 39 | + |
| 40 | +- Athan Reines |
| 41 | +- Jaysukh Makvana |
| 42 | + |
| 43 | +</section> |
| 44 | + |
| 45 | +<!-- /.contributors --> |
| 46 | + |
| 47 | +</section> |
| 48 | + |
| 49 | +<!-- /.release --> |
| 50 | + |
| 51 | +<section class="release" id="v0.2.1"> |
| 52 | + |
| 53 | +## 0.2.1 (2024-02-25) |
| 54 | + |
| 55 | +<section class="features"> |
| 56 | + |
| 57 | +### Features |
| 58 | + |
| 59 | +- [`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) |
| 60 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version |
| 61 | + |
| 62 | +</section> |
| 63 | + |
| 64 | +<!-- /.features --> |
| 65 | + |
| 66 | +<section class="bug-fixes"> |
| 67 | + |
| 68 | +### Bug Fixes |
| 69 | + |
| 70 | +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs |
| 71 | + |
| 72 | +</section> |
| 73 | + |
| 74 | +<!-- /.bug-fixes --> |
| 75 | + |
| 76 | +<section class="breaking-changes"> |
| 77 | + |
| 78 | +### BREAKING CHANGES |
| 79 | + |
| 80 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version |
| 81 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 |
| 82 | + |
| 83 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 84 | + |
| 85 | +</section> |
| 86 | + |
| 87 | +<!-- /.breaking-changes --> |
| 88 | + |
| 89 | +<section class="commits"> |
| 90 | + |
| 91 | +### Commits |
| 92 | + |
| 93 | +<details> |
| 94 | + |
| 95 | +- [`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)_ |
| 96 | +- [`85c58b7`](https://github.com/stdlib-js/stdlib/commit/85c58b79ba5c9386dbe4f7351e92eec551cb1229) - **refactor:** query default dtype _(by Athan Reines)_ |
| 97 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 98 | +- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_ |
| 99 | +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 100 | +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 101 | +- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_ |
| 102 | + |
| 103 | +</details> |
| 104 | + |
| 105 | +</section> |
| 106 | + |
| 107 | +<!-- /.commits --> |
| 108 | + |
| 109 | +<section class="contributors"> |
| 110 | + |
| 111 | +### Contributors |
| 112 | + |
| 113 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 114 | + |
| 115 | +- Athan Reines |
| 116 | +- Philipp Burckhardt |
| 117 | + |
| 118 | +</section> |
| 119 | + |
| 120 | +<!-- /.contributors --> |
| 121 | + |
| 122 | +</section> |
| 123 | + |
| 124 | +<!-- /.release --> |
| 125 | + |
0 commit comments