You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.7.0
- Drop Python 2.7 support because it reached its end-of-life.
- Add support for examples defined in schema.
- Add support for 'anyOf' during example generation based on schema.
- Fix loading $ref in other YAML files.
- Fix freeforom (property-less) obhect schema rendering.
- Respect RFC7807 in example generation.
- Add new experimental OpenAPI v3 renderer.
Version 0.6.0
- Add ``include`` and ``exclude`` options to exclude certain paths out from
rendering.
- Generate samples for ``GET`` requests.
- When rendering by groups, preserve order of groups specified in the spec.
Version 0.5.0
- Fix example generation when a byte string is used in a schema.
- Support CommonMark in spec where applied. ``m2r`` package is required.
- Show "required" marker near required query parameters.
- Show request body properties for OpenAPI v2 specs.
- CLI command to render OpenAPI spec as reStructuredText is added.
Version 0.3.0
- Add ``:paths:`` option to ``openapi`` directive that allows to render
only specified endpoints.
- Resolve references inside list objects.
- Handle common ``parameters` specified at the endpoint's root.