Skip to content

v1.1.1

Choose a tag to compare

@RobertoPrevato RobertoPrevato released this 20 Mar 20:27
· 5 commits to main since this release
43ad8a2
  • Fix bug in MARKDOWN view for servers (displaying twice the description instead of description and url).
  • Fix bug happening when a path item includes properties that are not of kind operation item (Neoteroi/mkdocs-plugins#5).
  • Add support for handling parameters defined on path items (common parameters for all operation under a certain path).
    Refer to the Path Item specification.
  • Fix bug happening when a parameter has a non-str name property.
  • Add Python 3.13 to the build matrix.