Releases: koxudaxi/fastapi-code-generator
Releases · koxudaxi/fastapi-code-generator
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
0.3.0
0.2.7
0.2.6
- Add the various parameter in operators for query, path, header, bod… [#162] by @allen-munsch
Thanks to @allen-munsch
0.2.5
0.2.4
- now it's possible to use tags in templates [#144] by @yetanotherjsontodatabaseexporter
Thanks to @yetanotherjsontodatabaseexporter