Skip to content

Releases: adobe/jsonschema2md

v4.0.12

30 Jan 19:07
Compare
Choose a tag to compare

4.0.12 (2020-01-30)

Bug Fixes

  • dont use backslash for URLs on windows (5149522), closes #211

v4.0.11

26 Jan 11:13
Compare
Choose a tag to compare

4.0.11 (2020-01-26)

Bug Fixes

  • package: fix & clean up dependencies (890e86d), closes #210

v4.0.10

21 Jan 09:28
Compare
Choose a tag to compare

4.0.10 (2020-01-21)

Bug Fixes

  • deps: pin es2015-i18n-tag version (c531b50), closes #207

v4.0.9

20 Jan 16:41
Compare
Choose a tag to compare

4.0.9 (2020-01-20)

Bug Fixes

  • markdown: prevent unescaped objects in markdown AST (87d709a), closes #201

v4.0.8

15 Jan 13:37
Compare
Choose a tag to compare

4.0.8 (2020-01-15)

Bug Fixes

  • index.js: -x flag is not working properly for the suppression case (d929d9b)

v4.0.7

14 Jan 11:47
Compare
Choose a tag to compare

4.0.7 (2020-01-14)

Bug Fixes

  • markdown: increase robustness when using format as a property name (cda0bec), closes #198

v4.0.6

14 Jan 10:57
Compare
Choose a tag to compare

4.0.6 (2020-01-14)

Bug Fixes

  • markdown: catch error when using title as a property name (b4b8855)

v4.0.5

14 Jan 09:52
Compare
Choose a tag to compare

4.0.5 (2020-01-14)

Bug Fixes

  • slugger: fix slugger crash due to title property (4f0ab31), closes #196

v4.0.4

14 Jan 09:03
Compare
Choose a tag to compare

4.0.4 (2020-01-14)

Bug Fixes

  • cli: do not exit after creating readme.md (cb7d012)
  • cli: make the -n or --no-readme option work again (3c63c03)
  • loader: guard against endless wrapping (dd1f7f6), closes #194

v4.0.3

09 Jan 09:30
Compare
Choose a tag to compare

4.0.3 (2020-01-09)

Bug Fixes

  • schema: do not recurse endlessly when writing cyclic schemas (297f0d5), closes #185