|
2 | 2 |
|
3 | 3 | > Package changelog. |
4 | 4 |
|
5 | | -See [GitHub Releases](https://github.com/stdlib-js/number-float32-base-to-binary-string/releases) for the changelog. |
| 5 | +<section class="release" id="v0.2.2"> |
| 6 | + |
| 7 | +## 0.2.2 (2024-07-28) |
| 8 | + |
| 9 | +<section class="commits"> |
| 10 | + |
| 11 | +### Commits |
| 12 | + |
| 13 | +<details> |
| 14 | + |
| 15 | +- [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_ |
| 16 | +- [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_ |
| 17 | + |
| 18 | +</details> |
| 19 | + |
| 20 | +</section> |
| 21 | + |
| 22 | +<!-- /.commits --> |
| 23 | + |
| 24 | +<section class="contributors"> |
| 25 | + |
| 26 | +### Contributors |
| 27 | + |
| 28 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 29 | + |
| 30 | +- Philipp Burckhardt |
| 31 | + |
| 32 | +</section> |
| 33 | + |
| 34 | +<!-- /.contributors --> |
| 35 | + |
| 36 | +</section> |
| 37 | + |
| 38 | +<!-- /.release --> |
| 39 | + |
| 40 | +<section class="release" id="v0.2.1"> |
| 41 | + |
| 42 | +## 0.2.1 (2024-02-24) |
| 43 | + |
| 44 | +No changes reported for this release. |
| 45 | + |
| 46 | +</section> |
| 47 | + |
| 48 | +<!-- /.release --> |
| 49 | + |
| 50 | +<section class="release" id="v0.2.0"> |
| 51 | + |
| 52 | +## 0.2.0 (2024-02-14) |
| 53 | + |
| 54 | +<section class="commits"> |
| 55 | + |
| 56 | +### Commits |
| 57 | + |
| 58 | +<details> |
| 59 | + |
| 60 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 61 | +- [`9a75516`](https://github.com/stdlib-js/stdlib/commit/9a7551640d420e985f4d2c68d0f82f0ab2ecaf9e) - **docs:** fix variable declarations _(by Athan Reines)_ |
| 62 | +- [`66c2911`](https://github.com/stdlib-js/stdlib/commit/66c29117b42d0c8d2b277f9f05b987e01dab9c5b) - **docs:** update links _(by Athan Reines)_ |
| 63 | + |
| 64 | +</details> |
| 65 | + |
| 66 | +</section> |
| 67 | + |
| 68 | +<!-- /.commits --> |
| 69 | + |
| 70 | +<section class="contributors"> |
| 71 | + |
| 72 | +### Contributors |
| 73 | + |
| 74 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 75 | + |
| 76 | +- Athan Reines |
| 77 | +- Philipp Burckhardt |
| 78 | + |
| 79 | +</section> |
| 80 | + |
| 81 | +<!-- /.contributors --> |
| 82 | + |
| 83 | +</section> |
| 84 | + |
| 85 | +<!-- /.release --> |
| 86 | + |
| 87 | +<section class="release" id="v0.1.1"> |
| 88 | + |
| 89 | +## 0.1.1 (2023-10-10) |
| 90 | + |
| 91 | +No changes reported for this release. |
| 92 | + |
| 93 | +</section> |
| 94 | + |
| 95 | +<!-- /.release --> |
| 96 | + |
| 97 | +<section class="release" id="v0.1.0"> |
| 98 | + |
| 99 | +## 0.1.0 (2023-09-23) |
| 100 | + |
| 101 | +<section class="features"> |
| 102 | + |
| 103 | +### Features |
| 104 | + |
| 105 | +- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version |
| 106 | + |
| 107 | +</section> |
| 108 | + |
| 109 | +<!-- /.features --> |
| 110 | + |
| 111 | +<section class="breaking-changes"> |
| 112 | + |
| 113 | +### BREAKING CHANGES |
| 114 | + |
| 115 | +- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version |
| 116 | +- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1 |
| 117 | + |
| 118 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 119 | + |
| 120 | +</section> |
| 121 | + |
| 122 | +<!-- /.breaking-changes --> |
| 123 | + |
| 124 | +<section class="commits"> |
| 125 | + |
| 126 | +### Commits |
| 127 | + |
| 128 | +<details> |
| 129 | + |
| 130 | +- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 131 | + |
| 132 | +</details> |
| 133 | + |
| 134 | +</section> |
| 135 | + |
| 136 | +<!-- /.commits --> |
| 137 | + |
| 138 | +<section class="contributors"> |
| 139 | + |
| 140 | +### Contributors |
| 141 | + |
| 142 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 143 | + |
| 144 | +- Philipp Burckhardt |
| 145 | + |
| 146 | +</section> |
| 147 | + |
| 148 | +<!-- /.contributors --> |
| 149 | + |
| 150 | +</section> |
| 151 | + |
| 152 | +<!-- /.release --> |
| 153 | + |
| 154 | +<section class="release" id="v0.0.7"> |
| 155 | + |
| 156 | +## 0.0.7 (2022-07-12) |
| 157 | + |
| 158 | +No changes reported for this release. |
| 159 | + |
| 160 | +</section> |
| 161 | + |
| 162 | +<!-- /.release --> |
| 163 | + |
| 164 | +<section class="release" id="v0.0.6"> |
| 165 | + |
| 166 | +## 0.0.6 (2022-02-16) |
| 167 | + |
| 168 | +No changes reported for this release. |
| 169 | + |
| 170 | +</section> |
| 171 | + |
| 172 | +<!-- /.release --> |
| 173 | + |
| 174 | +<section class="release" id="v0.0.5"> |
| 175 | + |
| 176 | +## 0.0.5 (2021-08-23) |
| 177 | + |
| 178 | +No changes reported for this release. |
| 179 | + |
| 180 | +</section> |
| 181 | + |
| 182 | +<!-- /.release --> |
| 183 | + |
| 184 | +<section class="release" id="v0.0.4"> |
| 185 | + |
| 186 | +## 0.0.4 (2021-07-07) |
| 187 | + |
| 188 | +No changes reported for this release. |
| 189 | + |
| 190 | +</section> |
| 191 | + |
| 192 | +<!-- /.release --> |
| 193 | + |
| 194 | +<section class="release" id="v0.0.3"> |
| 195 | + |
| 196 | +## 0.0.3 (2021-06-28) |
| 197 | + |
| 198 | +No changes reported for this release. |
| 199 | + |
| 200 | +</section> |
| 201 | + |
| 202 | +<!-- /.release --> |
| 203 | + |
| 204 | +<section class="release" id="v0.0.2"> |
| 205 | + |
| 206 | +## 0.0.2 (2021-06-16) |
| 207 | + |
| 208 | +No changes reported for this release. |
| 209 | + |
| 210 | +</section> |
| 211 | + |
| 212 | +<!-- /.release --> |
| 213 | + |
| 214 | +<section class="release" id="v0.0.1"> |
| 215 | + |
| 216 | +## 0.0.1 (2021-06-15) |
| 217 | + |
| 218 | +No changes reported for this release. |
| 219 | + |
| 220 | +</section> |
| 221 | + |
| 222 | +<!-- /.release --> |
| 223 | + |
0 commit comments