Skip to content

Releases: elisiariocouto/jsonschema-markdown

0.3.18

04 Dec 10:15
0.3.18
3c3db7e
Compare
Choose a tag to compare

0.3.18 (2024/12/04)

Bug Fixes

  • Add missing pyyaml dependency. (3dcf62f8)

Miscellaneous Tasks

0.3.17

19 Nov 10:15
0.3.17
98bb63b
Compare
Choose a tag to compare

0.3.17 (2024/11/19)

This is a maintenance release to enable provenance attestation. It took some tries to enable this, hence the gap between 0.3.13 and 0.3.17.

Miscellaneous Tasks

  • Enable PyPI publish verbose mode. (abae2c92)
  • Fix project link in PyPI publish job. (d7d7e1f4)
  • Separate PyPI publishing to create a non-reusable workflow. (d71d4fbb)
  • Update dependencies. (534c3421)
  • Update pre-commit hooks. (c5e7610d)

Testing

  • Add Python 3.13 to the test matrix. (59dfc02b)

0.3.13

24 Oct 20:30
0.3.13
c32fcb5
Compare
Choose a tag to compare

Bug Fixes

0.3.12

23 Oct 15:04
0.3.12
5fd385b
Compare
Choose a tag to compare

Features

  • Add support to format examples as YAML or JSON (#20) (bde2e0a3)

0.3.11

30 Sep 23:11
0.3.11
f416c31
Compare
Choose a tag to compare

Bug Fixes

  • Add support for lists with unknown types. (fa2e888d)

0.3.10

18 Sep 19:44
0.3.10
5d3377b
Compare
Choose a tag to compare

Features

  • Add support for nullable fields, add null to the type column on these cases. Fixes #19. (700ce08d)

Miscellaneous Tasks

0.3.9

21 Aug 15:09
0.3.9
4bc262e
Compare
Choose a tag to compare

Features

  • Add string format support and link to built-in formats documentation. (6b593bc4)

Miscellaneous Tasks

  • Update dependencies, drop black dev dependency. (9942f0e3)

0.3.7

07 May 22:47
0.3.7
2dd85e7
Compare
Choose a tag to compare

0.3.7 (2024/05/07)

Bug Fixes

  • Add newline after properties table. (14c60733)
  • Use reference in sub-schema titles. (3005c3a0)

Miscellaneous Tasks

0.3.6

16 Apr 00:38
0.3.6
872723f
Compare
Choose a tag to compare

0.3.6 (2024/04/16)

Features

  • Add new option to hide empty columns. (134125e9)

Miscellaneous Tasks

Testing

  • Add multiple test scenarios, add automatic test generation with pre-commit hook. (c164bfaa)

0.3.5

16 Apr 00:27
0.3.5
b937d7f
Compare
Choose a tag to compare

0.3.5 (2024/04/11)

Bug Fixes

  • Skip properties table if they don't exist (#16) (e67fc4fc)