|
2 | 2 |
|
3 | 3 | > Package changelog. |
4 | 4 |
|
5 | | -See [GitHub Releases](https://github.com/stdlib-js/ndarray-dispatch/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 | +- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_ |
| 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 | +- Philipp Burckhardt |
| 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 | +No changes reported for this release. |
| 44 | + |
| 45 | +</section> |
| 46 | + |
| 47 | +<!-- /.release --> |
| 48 | + |
| 49 | +<section class="release" id="v0.2.0"> |
| 50 | + |
| 51 | +## 0.2.0 (2024-02-15) |
| 52 | + |
| 53 | +<section class="bug-fixes"> |
| 54 | + |
| 55 | +### Bug Fixes |
| 56 | + |
| 57 | +- [`f204b3f`](https://github.com/stdlib-js/stdlib/commit/f204b3fd61259968e39e91aa3579df62c6fda2ca) - resolve type declaration typo by removing stray lint directive [(#1133)](https://github.com/stdlib-js/stdlib/pull/1133) |
| 58 | +- [`e3a8985`](https://github.com/stdlib-js/stdlib/commit/e3a898537dc0ff2e08c24fbb5a6e58c6394fcd0c) - move links |
| 59 | + |
| 60 | +</section> |
| 61 | + |
| 62 | +<!-- /.bug-fixes --> |
| 63 | + |
| 64 | +<section class="commits"> |
| 65 | + |
| 66 | +### Commits |
| 67 | + |
| 68 | +<details> |
| 69 | + |
| 70 | +- [`f04074a`](https://github.com/stdlib-js/stdlib/commit/f04074abd0c151f1b92c58b8cd71ecb9279803e0) - **docs:** update related packages sections [(#1276)](https://github.com/stdlib-js/stdlib/pull/1276) _(by stdlib-bot)_ |
| 71 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 72 | +- [`398a2ac`](https://github.com/stdlib-js/stdlib/commit/398a2ac65d2291cf7ea630f3a5665c6395502792) - **docs:** update related packages sections [(#1228)](https://github.com/stdlib-js/stdlib/pull/1228) _(by stdlib-bot)_ |
| 73 | +- [`f204b3f`](https://github.com/stdlib-js/stdlib/commit/f204b3fd61259968e39e91aa3579df62c6fda2ca) - **fix:** resolve type declaration typo by removing stray lint directive [(#1133)](https://github.com/stdlib-js/stdlib/pull/1133) _(by Daniel Killenberger)_ |
| 74 | +- [`6a9cc0e`](https://github.com/stdlib-js/stdlib/commit/6a9cc0e47fa5783053f8fd2895ea76f5deea0829) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ |
| 75 | +- [`5497c40`](https://github.com/stdlib-js/stdlib/commit/5497c40ce46dfa7c4de64d15526ba794446487e2) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_ |
| 76 | +- [`6b34523`](https://github.com/stdlib-js/stdlib/commit/6b3452322174342479d6c8b3277c3efee65d4cc0) - **docs:** update links _(by Athan Reines)_ |
| 77 | +- [`e3a8985`](https://github.com/stdlib-js/stdlib/commit/e3a898537dc0ff2e08c24fbb5a6e58c6394fcd0c) - **fix:** move links _(by Athan Reines)_ |
| 78 | +- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 79 | +- [`279034e`](https://github.com/stdlib-js/stdlib/commit/279034eddb4b9ec511c6001f2c120b9c34bf3cfd) - **refactor:** use accessor utility _(by Athan Reines)_ |
| 80 | + |
| 81 | +</details> |
| 82 | + |
| 83 | +</section> |
| 84 | + |
| 85 | +<!-- /.commits --> |
| 86 | + |
| 87 | +<section class="contributors"> |
| 88 | + |
| 89 | +### Contributors |
| 90 | + |
| 91 | +A total of 3 people contributed to this release. Thank you to the following contributors: |
| 92 | + |
| 93 | +- Athan Reines |
| 94 | +- Daniel Killenberger |
| 95 | +- Philipp Burckhardt |
| 96 | + |
| 97 | +</section> |
| 98 | + |
| 99 | +<!-- /.contributors --> |
| 100 | + |
| 101 | +</section> |
| 102 | + |
| 103 | +<!-- /.release --> |
| 104 | + |
| 105 | +<section class="release" id="v0.1.0"> |
| 106 | + |
| 107 | +## 0.1.0 (2023-09-24) |
| 108 | + |
| 109 | +<section class="features"> |
| 110 | + |
| 111 | +### Features |
| 112 | + |
| 113 | +- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version |
| 114 | + |
| 115 | +</section> |
| 116 | + |
| 117 | +<!-- /.features --> |
| 118 | + |
| 119 | +<section class="breaking-changes"> |
| 120 | + |
| 121 | +### BREAKING CHANGES |
| 122 | + |
| 123 | +- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version |
| 124 | +- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1 |
| 125 | + |
| 126 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 127 | + |
| 128 | +</section> |
| 129 | + |
| 130 | +<!-- /.breaking-changes --> |
| 131 | + |
| 132 | +<section class="commits"> |
| 133 | + |
| 134 | +### Commits |
| 135 | + |
| 136 | +<details> |
| 137 | + |
| 138 | +- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 139 | +- [`ab5d324`](https://github.com/stdlib-js/stdlib/commit/ab5d324b547870938b21ebdeecc1f7fda132f321) - **chore:** resolve lint errors _(by Philipp Burckhardt)_ |
| 140 | + |
| 141 | +</details> |
| 142 | + |
| 143 | +</section> |
| 144 | + |
| 145 | +<!-- /.commits --> |
| 146 | + |
| 147 | +<section class="contributors"> |
| 148 | + |
| 149 | +### Contributors |
| 150 | + |
| 151 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 152 | + |
| 153 | +- Philipp Burckhardt |
| 154 | + |
| 155 | +</section> |
| 156 | + |
| 157 | +<!-- /.contributors --> |
| 158 | + |
| 159 | +</section> |
| 160 | + |
| 161 | +<!-- /.release --> |
| 162 | + |
| 163 | +<section class="release" id="v0.0.6"> |
| 164 | + |
| 165 | +## 0.0.6 (2022-02-16) |
| 166 | + |
| 167 | +No changes reported for this release. |
| 168 | + |
| 169 | +</section> |
| 170 | + |
| 171 | +<!-- /.release --> |
| 172 | + |
| 173 | +<section class="release" id="v0.0.5"> |
| 174 | + |
| 175 | +## 0.0.5 (2021-08-23) |
| 176 | + |
| 177 | +No changes reported for this release. |
| 178 | + |
| 179 | +</section> |
| 180 | + |
| 181 | +<!-- /.release --> |
| 182 | + |
| 183 | +<section class="release" id="v0.0.4"> |
| 184 | + |
| 185 | +## 0.0.4 (2021-07-07) |
| 186 | + |
| 187 | +No changes reported for this release. |
| 188 | + |
| 189 | +</section> |
| 190 | + |
| 191 | +<!-- /.release --> |
| 192 | + |
| 193 | +<section class="release" id="v0.0.3"> |
| 194 | + |
| 195 | +## 0.0.3 (2021-06-27) |
| 196 | + |
| 197 | +No changes reported for this release. |
| 198 | + |
| 199 | +</section> |
| 200 | + |
| 201 | +<!-- /.release --> |
| 202 | + |
| 203 | +<section class="release" id="v0.0.2"> |
| 204 | + |
| 205 | +## 0.0.2 (2021-06-16) |
| 206 | + |
| 207 | +No changes reported for this release. |
| 208 | + |
| 209 | +</section> |
| 210 | + |
| 211 | +<!-- /.release --> |
| 212 | + |
| 213 | +<section class="release" id="v0.0.1"> |
| 214 | + |
| 215 | +## 0.0.1 (2021-06-15) |
| 216 | + |
| 217 | +No changes reported for this release. |
| 218 | + |
| 219 | +</section> |
| 220 | + |
| 221 | +<!-- /.release --> |
| 222 | + |
0 commit comments