Skip to content

Releases: jy95/docusaurus-json-schema-plugin

v1.1.3-alpha.4

14 Feb 19:42
Compare
Choose a tag to compare
v1.1.3-alpha.4 Pre-release
Pre-release

1.1.3-alpha.4 (2023-02-14)

Bug Fixes

v1.1.2

13 Feb 20:32
43e5ccf
Compare
Choose a tag to compare

1.1.2 (2023-02-13)

Bug Fixes

  • boolean printout for enum / default / const values (19beee9)
  • wrong label for "examples" keyword (0aed74c)

Performance Improvements

  • improve detection of primitive types (18ad026)

v1.1.1

12 Feb 10:31
Compare
Choose a tag to compare

1.1.1 (2023-02-12)

Bug Fixes

  • add keywords in package.json (6f2ff0f)

v1.1.0

11 Feb 23:04
9a7aa50
Compare
Choose a tag to compare

1.1.0 (2023-02-11)

Bug Fixes

  • array handling in generateFriendlyName (a5cee1f)
  • remove extranous spaces (31ffb4c)

Features

  • enable users to translate loading & error messages (8ad1c54)
  • give users the possibility to customize monaco settings (b9cd5c3)
  • new option - showExamples (f4ad4c3)
  • readOnly / writeOnly / deprecated (57e79b7)

Performance Improvements

  • cleanup CreatePrimitive (262d8bb)

v1.0.4

09 Feb 22:13
a6beb2a
Compare
Choose a tag to compare

1.0.4 (2023-02-09)

Bug Fixes

  • use IResolveOpts that has more options than IResolverOpts (3134c6d)

v1.0.3

07 Feb 19:54
f66ad08
Compare
Choose a tag to compare

1.0.3 (2023-02-07)

Bug Fixes

  • missing React key property in generator (dae01f1)

v1.0.2

05 Feb 09:01
7200bfd
Compare
Choose a tag to compare

1.0.2 (2023-02-05)

Performance Improvements

  • delay execution of component when possible (7e8f428)
  • make calls more discoverable with Docusaurus write-translations (9555e27)
  • make calls more discoverable with Docusaurus write-translations (5e938b4)
  • refactor QualifierMessages to be more configurable in the future (0daed8d)
  • use generator function for QualifierMessages (cc7f08c)
  • use same AndLabel function in qualifier messages (d5cf332)

v1.0.1

01 Feb 00:36
Compare
Choose a tag to compare

1.0.1 (2023-02-01)

Bug Fixes

  • forgotten folder in release (42b928b)

v1.0.0

31 Jan 23:59
Compare
Choose a tag to compare

1.0.0 (2023-01-31)

Bug Fixes

  • dependencies (misunderstood specs🤦) (827f42c)
  • monaco wasn't loading our provided schema (edd58ea)
  • propertyNames check added in isObjectType (ac4e87c)

Features