Skip to content

Tags: nayarsystems/openapi

Tags

0.7.0

Toggle 0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
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.

0.6.0

Toggle 0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
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.

0.5.0

Toggle 0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
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.

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 0.4.0

- Add OpenAPI 3.x support.
- Drop Python 3.3 support because it reached its end-of-life.

0.3.2

Toggle 0.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 0.3.2

0.3.1

Toggle 0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 0.3.1

- Make 'sphinxcontrib-openapi' compatible with Sphinx 1.6.

0.3.0

Toggle 0.3.0's commit message
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.

0.2.1

Toggle 0.2.1's commit message
Version 0.2.1

- Resolve relative JSON references.

0.2.0

Toggle 0.2.0's commit message
Version 0.2.0

- Resolve JSON references in the spec before attempt to generate a doc.

0.1.0

Toggle 0.1.0's commit message
Version 0.1.0

- First public release.