Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 2.5 KB

File metadata and controls

84 lines (48 loc) · 2.5 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.

[Unreleased]

[0.7.1] - 2024-11-25

Fixed

  • include & collapse fix; only work on names that match fully, not just those that start with #60

[0.7.0] - 2024-05-03

Changed

  • Add custom loader to resolve urn: references schema files

Fixed

  • Pin flake8<6 for linting
  • Require lxml and defusedxml for tests
  • myst-parser-version<0.18.0 removed from test matrix, as too old and massive dependency issues

[0.6.1] - 2023-10-18

Fixed

  • Output row for an array even if items property is missing #56

[0.6.0] - 2023-08-31

Changed

  • Replace '_' with '-' in HTML anchors #51
  • Add myst-parser 0.19.0, 1 and 2 support (Changes API in myst-parser we use)
  • Removed Python 3.7 and below support

[0.5.1] - 2022-12-01

Fixed

  • Make work with all versions of jsonref

[0.5.0] - 2022-07-20

Fixed

  • Set default base_uri correctly, fixes jsonref.JsonRefError: Unresolvable JSON pointer
  • Arrays of string are now correctly marked as Required, if that's what the schema indicates

Added

  • Add myst-parser 0.18.0 support

[0.4.0] - 2021-11-04

Added

  • Add externallinks option to jsonschema directive #24
  • Add allowexternalrefs option to jsonschema directive, off by default to preserve backwards compatibility #24

[0.3.0] - 2021-05-12

Added

[0.2.0] - 2021-04-28

Changed

  • Removed Python 2 Support
  • Remove use of six library (This was not included in setup.py anyway, which was a bug.)
  • Switch to MyST-Parser from recommonmark #27
  • Correct the requirements #28

[0.1.0] - 2020-05-29

First release of new forked project