openapi_spec 0.3.0
openapi_spec: ^0.3.0 copied to clipboard
OpenAPI Specification generator using native Dart code, as well as an all-in-one parser of existing specifications.
Changelog #
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