Releases: RalfG/jsonschema2md
Releases · RalfG/jsonschema2md
v0.4.0
[0.4.0] - 2022-03-04
Added
- Add support for additionalProperties, patternProperties and items (PR #8, thanks @martinohmann!)
v0.3.0
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!)
- Relax Click version requirement
v0.2.0.post1
Examples are now also rendered (PR #1, thanks @mrtj!)