openapi_spec 0.3.3
openapi_spec: ^0.3.3 copied to clipboard
OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.
Changelog #
0.3.3 #
- Improved content type support
0.3.2 #
- Add HTTP basic auth client generator support
0.3.1 #
- Fix nullable toMap bug
0.3.0 #
- Addition of server generator
0.2.1 #
- Added protections for numeric value JSON parsing
0.2.0 #
- Infrastructure to support automatic union types
- Addition of customizable generator options
- Capability to add request/response client middleware
- Parsing now handles
anyOf
andallOf
schema properties - Add validation values to schema definition as constants
0.1.0 #
- Initial release of
openapi_spec
- Beta