openapi_code_builder 1.1.3+2 openapi_code_builder: ^1.1.3+2 copied to clipboard
Generate Dtos, client and server scaffolds for openapi specs.
1.1.3+2 #
- Don't include optional non-nullable json properties when null.
1.1.3+1 #
- support encoding of optional uuid parameters.
- Added option to generate
StreamProvider
for integration with riverpod. (TODO: add documentation)
1.1.2+1 #
- Fix optional enum conversion.
1.1.2 #
- Support for enums outside of arrays
- Support for number type.
1.1.1+1 #
- Upgrade dependencies, fix analysis warnings.
1.1.1 #
- Improve handling of enum components.
1.1.0 #
- Migrate to null safety.
1.0.1 #
- Support for binary request body.
- Updated dependencies.
1.0.0 #
- Cleanup post-nnbd: Removed many forced null unwraps.
0.1.4+2 #
- Upgrade dependencies, fixed warnings.
0.1.4+1 #
- Add support for
uuid
format.
0.1.2 #
- Support for freeform
additionalProperties
0.1.1 #
- Better URL handling
- Improve response object.
0.1.0 #
- Initial version