Skip to content

Releases: adobe/jsonschema2md

v6.0.0

04 Apr 20:43
Compare
Choose a tag to compare

6.0.0 (2021-04-04)

Bug Fixes

  • lib/traverseschema.js: filter out skippable keywords based on parent's type (0f75837), closes #282

BREAKING CHANGES

  • lib/traverseschema.js: If schema contained 'properties', 'required' or 'examples' as a part of JSON schema
    (i.e. it was described as 'properties' within an object of 'object' type), these will be included
    into output.

v5.0.7

02 Apr 15:19
Compare
Choose a tag to compare

5.0.7 (2021-04-02)

Bug Fixes

  • deps: update dependency @adobe/helix-log to v5.0.2 (040a495)

v5.0.6

02 Apr 13:13
Compare
Choose a tag to compare

5.0.6 (2021-04-02)

Bug Fixes

  • deps: update dependency @adobe/helix-log to v5.0.1 (0017876)

v5.0.5

20 Mar 15:25
Compare
Choose a tag to compare

5.0.5 (2021-03-20)

Bug Fixes

  • deps: update dependency readdirp to v3.6.0 (47a37dc)

v5.0.4

06 Mar 16:59
Compare
Choose a tag to compare

5.0.4 (2021-03-06)

Bug Fixes

  • deps: update external fixes (d409140)

v5.0.3

25 Feb 03:39
Compare
Choose a tag to compare

5.0.3 (2021-02-25)

Bug Fixes

  • deps: update dependency @adobe/helix-log to v5 (#285) (ca21fe4)

v5.0.2

30 Jan 15:01
Compare
Choose a tag to compare

5.0.2 (2021-01-30)

Bug Fixes

  • lib/markdownBuilder.js: use simpletitle for makeproperties (d2100c6)

v5.0.1

25 Jan 08:56
Compare
Choose a tag to compare

5.0.1 (2021-01-25)

Bug Fixes

  • deps: update external fixes (48ed197)

v5.0.0

21 Jan 14:50
Compare
Choose a tag to compare

5.0.0 (2021-01-21)

Bug Fixes

  • deps: bump semantic-release versions (44cc702)
  • deps: npm audit fix (24a577e)
  • deps: update dependency @adobe/helix-log to v4.5.3 (19f7ab4)
  • deps: update dependency js-yaml to v4 (2dbca6f)
  • schemaproxy.js: fix resolving $refs that are file references (c6adf01), closes #92
  • traverseschema.js: skip generating files for certain keywords in the schema (fc50969)

BREAKING CHANGES

  • traverseschema.js: The extranious files, if they have some other value, will not be generated and
    there is no mechanism to continue to g

v4.2.2

14 Dec 10:12
Compare
Choose a tag to compare

4.2.2 (2020-12-14)

Bug Fixes

  • schemaproxy.js: fix resolving $refs that are file references (c6adf01), closes #92