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

Latest commit

 

History

History
43 lines (29 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0] - 2022-03-04

Added

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

[0.3.0] - 2021-12-16

Fixed

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

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

[0.2.1] - 2021-08-05

Fixed

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

[0.2.0.post1] - 2021-04-20

Fixed

  • Re-release of v0.2.0 to fix GitHub tagging issue

[0.2.0] - 2021-04-20

Added

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

[0.1.1] - 2020-08-31

Added

  • Initial release