Releases: koxudaxi/fastapi-code-generator
Releases · koxudaxi/fastapi-code-generator
0.5.1
What's Changed
- Update typer by @davorrunje in #430
- Support for Pydantic 2 & additional python versions by @jnu in #414
- Fix generate_code args by @koxudaxi in #436
- fix inconsistance routers<>tags arrays by @azdolinski in #417
- 419 / Support for parsing callbacks by @jnu in #420
New Contributors
- @davorrunje made their first contribution in #430
- @jnu made their first contribution in #414
- @azdolinski made their first contribution in #417
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Update pydantic to v2 and update datamodel-code-generator to 0.25.6 by @kumaranvpl in #408
New Contributors
- @kumaranvpl made their first contribution in #408
Full Changelog: 0.4.4...0.5.0
0.4.4
What's Changed
- Generate correct python code if path is camel case by @yyamano in #380
- Generate valid python code if query param exists and requeststBody is required by @yyamano in #382
- Allow modular output with custom templates by @notpushkin in #384
- Fixed broken test (Added option for inputting encoding of file #334) by @yyamano in #383
New Contributors
- @notpushkin made their first contribution in #384
Full Changelog: 0.4.3...0.4.4
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-timestamp
by @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