Skip to content

Releases: getsentry/json-schema-diff

0.1.7

06 Jun 10:15
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Add CLI install instructions (#37) by @untitaker
  • support exclusive keywords (#35) by @6293
  • do not clone Schema, clone only when the inner struct is Bool (#34) by @6293
  • rm unnecessary boxing (#33) by @6293
  • compare anyOf based on handmade diff score (#32) by @6293

0.1.6

16 May 11:02
Compare
Choose a tag to compare

Various fixes & improvements

  • support const keyword (#27) by @6293
  • include input values in snapshot for a smooth review (#28) by @6293
  • chore: consistent return type among methods (#29) by @6293
  • split testsuite into files (#24) by @6293
  • split multiple types into anyOf subschema (#20) by @6293
  • feat: Add support for changes to "required" properties (#19) by @lynnagara
  • doc: Remove feature list from README (#18) by @untitaker

0.1.5

05 May 14:02
Compare
Choose a tag to compare

Various fixes & improvements

  • support for minimum/maximum changes (#13) by @6293
  • doc: Make the purpose more clear in README (#12) by @untitaker
  • fix: Reenable help output for json-schema-diff (#11) by @untitaker

0.1.4

07 Apr 21:21
Compare
Choose a tag to compare

Various fixes & improvements

  • ref: Rewrite the crate and add support for references (#10) by @untitaker

0.1.3

04 Apr 12:28
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: anyOf is not order-sensitive (#9) by @untitaker
  • fix: Fix bug where additionalProperties was not true in changeset (#7) by @untitaker
  • fix: Add another failing test and fix licensing metadata (#8) by @untitaker
  • fix: Implement rudimentary support for anyOf and array items (#6) by @untitaker

0.1.2

29 Mar 19:28
Compare
Choose a tag to compare

Various fixes & improvements

  • fix: Add repository link (#4) by @untitaker
  • fix: property removal is a breaking change if additionalProperties is false (#3) by @untitaker
  • fix: Use a different replacement function in bump-version (#2) by @untitaker
  • feat: Add codeowners (#1) by @untitaker

0.1.1

28 Mar 20:35
Compare
Choose a tag to compare

Various fixes & improvements

0.1.0

28 Mar 19:15
Compare
Choose a tag to compare

Various fixes & improvements