Skip to content

Releases: elisiariocouto/jsonschema-markdown

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)

0.3.4

04 Apr 23:38
0.3.4
47e4867
Compare
Choose a tag to compare

0.3.4 (2024/04/04)

Features

  • Add support for multipleOf on number properties. (181eba87)

Testing

Ci

  • Publish built and source distributions. (65943d48)

0.3.3

02 Apr 18:34
0.3.3
090b292
Compare
Choose a tag to compare

0.3.3 (2024/04/02)

Bug Fixes

  • cli: Disable newline on click.echo, markdown content already has a new line at the end. (6e2406af)
  • Refactor array-like logic to fix wrong types being set on some use-cases. (ce6cfd59)

Miscellaneous Tasks

Testing

  • Use typing.Union to support 3.9. (e1d8f25f)

Ci

  • Add initial tests. (10c59a3b)
  • Fix Github Actions multi-line syntax. (91251dc4)

0.3.2

03 Mar 17:05
0.3.2
c0b6b36
Compare
Choose a tag to compare

0.3.2 (2024/03/03)

Bug Fixes

  • Wrong keyword argument for resolve refs experimental feature. (08413d07)

Miscellaneous Tasks

0.3.1

21 Feb 18:36
0.3.1
9bfd559
Compare
Choose a tag to compare

0.3.1 (2024/02/21)

Bug Fixes

  • Not all definitions must have a properties element (#7) (c60d170a)

Documentation

  • Update README.md with new usage message. (39dc652c)

Features

  • cli: Add support for title override with -t/--title option. (0418a470)

Miscellaneous Tasks

  • Add black and ruff on GitHub Actions. (45cbcd23)
  • Fix ruff check command. (90560832)

0.3.0

15 Feb 01:16
0.3.0
5929b10
Compare
Choose a tag to compare

0.3.0 (2024/02/15)

Bug Fixes

  • ci: Docker Hub username is not a secret. (03b353e5)
  • Remove version and timestamp from footer. (ec648170)
  • Fix oneOf, anyOf and allOf labels in table. (aad51fdf)
  • Fix number/integer limits calculation. (fd3bfd03)

Documentation

  • Add docker instructions. (81db236b)
  • Add links to Docker Hub and GitHub Container Registry. (7e17ba8d)
  • Typo in Docker Hub link. (158b366b)

Features

Miscellaneous Tasks

  • Bump versions, bump Python to 3.9. (3c2c2271)
  • Update docs on README.md. (2df2f9df)

Testing