Releases: koxudaxi/fastapi-code-generator
Releases · koxudaxi/fastapi-code-generator
Release list
0.4.3
What's Changed
- Don't overwrite files in tests/data at testing time by @yyamano in #373
- Add file upload support for both octet-stream and form-data by @yyamano in #374
- Generate valid python code if query param has default value and requeststBody is required by @yyamano in #377
- Generate an empty model file if an api spec file have no "schemas". by @yyamano in #375
New Contributors
Full Changelog: 0.4.2...0.4.3
0.4.2
0.4.1
What's Changed
- Add support for file upload (application/octet-stream) by @david-westreicher in #313
- Add
--disable-timestampby @ytoml in #324
New Contributors
- @david-westreicher made their first contribution in #313
- @ytoml made their first contribution in #324
Full Changelog: 0.4.0...0.4.1
0.4.0
0.3.6
What's Changed
- Fix tests - Issue #260 by @jcarlosgalvezm in #266
- add custom variables support by @sofianhnaide in #247
- Bump jinja2 from 3.0.3 to 3.1.2 by @dependabot in #250
- add .pre-commit-config.yaml by @koxudaxi in #283
- Update dependencies by @koxudaxi in #284
New Contributors
- @jcarlosgalvezm made their first contribution in #266
- @sofianhnaide made their first contribution in #247
Full Changelog: 0.3.5...0.3.6
0.3.5
0.3.4
What's Changed
- Adding support for datamodel-code-generator's enum-field-as-literal argument by @LongBeachHXC in #224
New Contributors
- @LongBeachHXC made their first contribution in #224
Full Changelog: 0.3.3...0.3.4
0.3.3
0.3.2
0.3.1
What's Changed
- Add description on operation by @koxudaxi in #187
- Bump datamodel-code-generator from 0.11.9 to 0.11.11 by @dependabot in #188
- Bump typer from 0.3.2 to 0.4.0 by @dependabot in #193
- Bump pytest from 6.2.4 to 6.2.5 by @dependabot in #194
- Update datamodel-code-generator to 0.11.12 by @koxudaxi in #195
- Bump datamodel-code-generator from 0.11.12 to 0.11.13 by @dependabot in #198
- Bump datamodel-code-generator from 0.11.13 to 0.11.14 by @dependabot in #200
- Bump jinja2 from 3.0.1 to 3.0.3 by @dependabot in #211
- Bump pytest-cov from 2.12.1 to 3.0.0 by @dependabot in #202
- Fix typed-ast by @koxudaxi in #216
- Add additional responses by @rominf in #203
- Added option to specify model file instead of defaulting to models.py by @baophamtd in #204
- Add servers by @rominf in #206
New Contributors
- @rominf made their first contribution in #203
- @baophamtd made their first contribution in #204
Full Changelog: 0.3.0...0.3.1