|
1 | 1 | [](#contributors-)
|
| 6 | + |
5 | 7 | <!-- ALL-CONTRIBUTORS-BADGE:END -->
|
6 | 8 |
|
7 | 9 | (scoped)](https://img.shields.io/npm/v/@manifoldco/swagger-to-ts.svg)](https://www.npmjs.com/package/@manifoldco/swagger-to-ts)
|
@@ -123,6 +125,8 @@ const output = swaggerToTS(swagger, {
|
123 | 125 | });
|
124 | 126 | ```
|
125 | 127 |
|
| 128 | +_Thanks to @atlefren for this feature!_ |
| 129 | + |
126 | 130 | ## Upgrading from v1 to v2
|
127 | 131 |
|
128 | 132 | Some options were removed in swagger-to-ts v2 that will break apps using v1, but it does so in exchange for more control, more stability, and more resilient types.
|
@@ -260,11 +264,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
260 | 264 | <td align="center"><a href="https://pow.rs"><img src="https://avatars3.githubusercontent.com/u/1369770?v=4" width="100px;" alt=""/><br /><sub><b>Drew Powers</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Code">π»</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Documentation">π</a> <a href="#infra-dangodev" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Tests">β οΈ</a></td>
|
261 | 265 | <td align="center"><a href="http://smyrdek.com"><img src="https://avatars1.githubusercontent.com/u/6187417?v=4" width="100px;" alt=""/><br /><sub><b>Przemek Smyrdek</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Code">π»</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Documentation">π</a> <a href="#ideas-psmyrdek" title="Ideas, Planning, & Feedback">π€</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Tests">β οΈ</a></td>
|
262 | 266 | <td align="center"><a href="https://danielenman.com"><img src="https://avatars3.githubusercontent.com/u/432487?v=4" width="100px;" alt=""/><br /><sub><b>Dan Enman</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/issues?q=author%3Aenmand" title="Bug reports">π</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=enmand" title="Code">π»</a></td>
|
| 267 | + <td align="center"><a href="http://atlefren.net"><img src="https://avatars2.githubusercontent.com/u/1829927?v=4" width="100px;" alt=""/><br /><sub><b>Atle Frenvik Sveen</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=atlefren" title="Code">π»</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=atlefren" title="Documentation">π</a> <a href="#ideas-atlefren" title="Ideas, Planning, & Feedback">π€</a></td> |
263 | 268 | </tr>
|
264 | 269 | </table>
|
265 | 270 |
|
266 | 271 | <!-- markdownlint-enable -->
|
267 | 272 | <!-- prettier-ignore-end -->
|
| 273 | + |
268 | 274 | <!-- ALL-CONTRIBUTORS-LIST:END -->
|
269 | 275 |
|
270 | 276 | This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
0 commit comments