Skip to content

Releases: elisiariocouto/jsonschema-markdown

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

0.2.1

23 Oct 23:31
0.2.1
f526194
Compare
Choose a tag to compare

Bug Fixes

  • Dockerfile: Use multi-stage builds to decrease image size. (b8cf5ea9)

Features

  • Add Dockerfile to run CLI. (#4) (c7d53140)
  • Add support for supplying '-' as a shortcut to read schema from STDIN. (41805154)

Miscellaneous Tasks

Ci

  • Add docker build and push job. (7fdb2114)

0.2.0

21 Oct 16:39
0.2.0
3889e86
Compare
Choose a tag to compare

Features

  • Add flags for experimental ref resolver and debug messages. (3d070935)

Miscellaneous Tasks

Refactor

  • Recursive schema parser should be easier to read, do not expand $ref, use ref key instead of title for definition links. (48fc0d03)

0.1.8

31 Aug 15:08
0.1.8
b417fb9
Compare
Choose a tag to compare

Bug Fixes

  • Add newline if footer is used. (98b9f393)

0.1.7

11 Aug 13:18
0.1.7
a24fb87
Compare
Choose a tag to compare

Bug Fixes

  • Only add Definitions section if JSON schema contains definitions. (732818dc)

Features

  • Add footer with timestamp and jsonschema-markdown version to generated markdown. Add CLI flag to opt-out. (5af92798)

0.1.6

09 Aug 18:08
0.1.6
8f8eeee
Compare
Choose a tag to compare

Bug Fixes

  • Strip beginning and end of markdown of spaces and newlines, leave only one newline at the end. (d1b55aa3)