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

Releases: RalfG/jsonschema2md

v0.4.0

Choose a tag to compare

@RalfG RalfG released this 04 Mar 17:46
bcd8827

[0.4.0] - 2022-03-04

Added

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

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 10:06

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

Choose a tag to compare

@RalfG RalfG released this 05 Aug 10:52

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

v0.2.0.post1

Choose a tag to compare

@RalfG RalfG released this 20 Apr 16:27

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:23
  • Initial release