Skip to content

Latest commit

 

History

History
122 lines (58 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

122 lines (58 loc) · 5.59 KB

2.1.4 (2022-01-03)

Bug Fixes

  • remove github release as it contains hundreds of files and slows down ci (b0bf42f)

2.1.3 (2022-01-03)

Bug Fixes

  • use circleci status badge (aa98336)

2.1.2 (2022-01-03)

Bug Fixes

2.1.1 (2022-01-03)

Bug Fixes

  • avoid silent release fail (2820a42)

2.1.0 (2022-01-03)

Bug Fixes

  • use ci env variable instead of disabling husky (26781c9)

Features

  • add github release in semantic-release config file (4acd318)

2.0.0 (2022-01-03)

Bug Fixes

BREAKING CHANGES

  • Use most recent JSON schema draft version (2020-12)

1.4.2 (2020-05-28)

Bug Fixes

  • Changed enum type to string (ccfd786)
  • Removed custom format for compatibility with validators (804d529)
  • Removed custom format in hardcoded schemas (a130ffc)
  • Removed obsolete snapshots (8f0bfcf)
  • Use the correct ID in $ref (9f4aa4f)

1.4.1 (2020-05-22)

Bug Fixes

  • Allowed any @type value on the root schema (e24049d)

1.4.0 (2020-05-22)

Features

  • Added required @type property (cf09e56)
  • Added support for single values in addition to arrays (dcbb428)
  • sort parents and property types (d93f16a)

1.3.0 (2020-05-19)

Features

  • sort properties to avoid confusing diff (cadd369)

1.2.0 (2020-05-13)

Bug Fixes

  • use anyOf instead of oneOf keyword for array items' type (3b9f5eb)

Features

  • do not add multiplicity when type is boolean (bff9801)

1.1.1 (2020-05-12)

Bug Fixes

  • use native data types properly (b2e53fc)

1.1.0 (2020-05-11)

Features

1.0.0 (2020-05-02)

Features