Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Releases: RalfG/jsonschema2md

v0.4.0

04 Mar 17:46
bcd8827
Compare
Choose a tag to compare

[0.4.0] - 2022-03-04

Added

  • Add support for additionalProperties, patternProperties and items (PR #8, thanks @martinohmann!)

v0.3.0

17 Dec 10:06
Compare
Choose a tag to compare

Added

  • Option examples-as-yaml to show examples in YAML-format instead of JSON
  • Option show-example to select which examples need to be parsed: all, object, or properties

Fixed

  • Add \n\n at the end of example block (thanks @mysiki!)
    • Fixes #4
  • Relax Click version requirement
    • Fixes #7

v0.2.1

05 Aug 10:52
Compare
Choose a tag to compare

Fix broken indentation for examples section (PR #3, thanks @KatekovAnton!)

v0.2.0.post1

20 Apr 16:27
Compare
Choose a tag to compare

Examples are now also rendered (PR #1, thanks @mrtj!)

v0.1.1

31 Aug 16:23
Compare
Choose a tag to compare
  • Initial release