|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -<section class="release" id="unreleased"> |
| 5 | +<section class="release" id="v0.3.0"> |
6 | 6 |
|
7 |
| -## Unreleased (2024-07-17) |
| 7 | +## 0.3.0 (2024-07-27) |
8 | 8 |
|
9 | 9 | <section class="features">
|
10 | 10 |
|
@@ -73,6 +73,59 @@ A total of 2 people contributed to this release. Thank you to the following cont
|
73 | 73 |
|
74 | 74 | ## 0.2.1 (2024-02-22)
|
75 | 75 |
|
| 76 | +No changes reported for this release. |
| 77 | + |
| 78 | +</section> |
| 79 | + |
| 80 | +<!-- /.release --> |
| 81 | + |
| 82 | +<section class="release" id="v0.2.0"> |
| 83 | + |
| 84 | +## 0.2.0 (2024-02-14) |
| 85 | + |
| 86 | +<section class="commits"> |
| 87 | + |
| 88 | +### Commits |
| 89 | + |
| 90 | +<details> |
| 91 | + |
| 92 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 93 | +- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_ |
| 94 | +- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ |
| 95 | +- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_ |
| 96 | +- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ |
| 97 | +- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_ |
| 98 | +- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_ |
| 99 | +- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_ |
| 100 | +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 101 | + |
| 102 | +</details> |
| 103 | + |
| 104 | +</section> |
| 105 | + |
| 106 | +<!-- /.commits --> |
| 107 | + |
| 108 | +<section class="contributors"> |
| 109 | + |
| 110 | +### Contributors |
| 111 | + |
| 112 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 113 | + |
| 114 | +- Athan Reines |
| 115 | +- Philipp Burckhardt |
| 116 | + |
| 117 | +</section> |
| 118 | + |
| 119 | +<!-- /.contributors --> |
| 120 | + |
| 121 | +</section> |
| 122 | + |
| 123 | +<!-- /.release --> |
| 124 | + |
| 125 | +<section class="release" id="v0.1.0"> |
| 126 | + |
| 127 | +## 0.1.0 (2023-09-24) |
| 128 | + |
76 | 129 | <section class="features">
|
77 | 130 |
|
78 | 131 | ### Features
|
@@ -102,15 +155,6 @@ A total of 2 people contributed to this release. Thank you to the following cont
|
102 | 155 |
|
103 | 156 | <details>
|
104 | 157 |
|
105 |
| -- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
106 |
| -- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_ |
107 |
| -- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ |
108 |
| -- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_ |
109 |
| -- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ |
110 |
| -- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_ |
111 |
| -- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_ |
112 |
| -- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_ |
113 |
| -- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
114 | 158 | - [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
|
115 | 159 | - [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
|
116 | 160 | - [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_
|
@@ -138,3 +182,83 @@ A total of 2 people contributed to this release. Thank you to the following cont
|
138 | 182 |
|
139 | 183 | <!-- /.release -->
|
140 | 184 |
|
| 185 | +<section class="release" id="v0.0.8"> |
| 186 | + |
| 187 | +## 0.0.8 (2022-11-03) |
| 188 | + |
| 189 | +No changes reported for this release. |
| 190 | + |
| 191 | +</section> |
| 192 | + |
| 193 | +<!-- /.release --> |
| 194 | + |
| 195 | +<section class="release" id="v0.0.7"> |
| 196 | + |
| 197 | +## 0.0.7 (2022-08-30) |
| 198 | + |
| 199 | +No changes reported for this release. |
| 200 | + |
| 201 | +</section> |
| 202 | + |
| 203 | +<!-- /.release --> |
| 204 | + |
| 205 | +<section class="release" id="v0.0.6"> |
| 206 | + |
| 207 | +## 0.0.6 (2022-02-16) |
| 208 | + |
| 209 | +No changes reported for this release. |
| 210 | + |
| 211 | +</section> |
| 212 | + |
| 213 | +<!-- /.release --> |
| 214 | + |
| 215 | +<section class="release" id="v0.0.5"> |
| 216 | + |
| 217 | +## 0.0.5 (2021-08-22) |
| 218 | + |
| 219 | +No changes reported for this release. |
| 220 | + |
| 221 | +</section> |
| 222 | + |
| 223 | +<!-- /.release --> |
| 224 | + |
| 225 | +<section class="release" id="v0.0.4"> |
| 226 | + |
| 227 | +## 0.0.4 (2021-07-07) |
| 228 | + |
| 229 | +No changes reported for this release. |
| 230 | + |
| 231 | +</section> |
| 232 | + |
| 233 | +<!-- /.release --> |
| 234 | + |
| 235 | +<section class="release" id="v0.0.3"> |
| 236 | + |
| 237 | +## 0.0.3 (2021-06-28) |
| 238 | + |
| 239 | +No changes reported for this release. |
| 240 | + |
| 241 | +</section> |
| 242 | + |
| 243 | +<!-- /.release --> |
| 244 | + |
| 245 | +<section class="release" id="v0.0.2"> |
| 246 | + |
| 247 | +## 0.0.2 (2021-06-16) |
| 248 | + |
| 249 | +No changes reported for this release. |
| 250 | + |
| 251 | +</section> |
| 252 | + |
| 253 | +<!-- /.release --> |
| 254 | + |
| 255 | +<section class="release" id="v0.0.1"> |
| 256 | + |
| 257 | +## 0.0.1 (2021-06-15) |
| 258 | + |
| 259 | +No changes reported for this release. |
| 260 | + |
| 261 | +</section> |
| 262 | + |
| 263 | +<!-- /.release --> |
| 264 | + |
0 commit comments