Skip to content

Releases: sourcemeta/jsonschema

v0.1.1

03 Jun 18:49
c86a632
Compare
Choose a tag to compare

What's Changed

  • Add notes on how to produce a release by @jviotti in #41
  • Don't perform official releases as pre-releases by @jviotti in #42
  • Add Homebrew installation instructions by @jviotti in #43
  • Cleanup binary ZIP of unnecessary files by @jviotti in #44

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Jun 17:57
40cc638
Compare
Choose a tag to compare

What's Changed

  • Setup GitHub Actions by @jviotti in #2
  • Add a GitHub Actions workflow to run on main branch by @jviotti in #3
  • Create a continuous release using GitHub Actions by @jviotti in #4
  • Fix deployment step by @jviotti in #5
  • Record git sha in packages during continuous builds by @jviotti in #6
  • Automatically generate notes for continuous release by @jviotti in #7
  • Mention GitHub Releases in the README by @jviotti in #8
  • Implement proper custom resolution support by @jviotti in #10
  • Better implement human friendly validate error messages by @jviotti in #11
  • Integrate with the Hydra project by @jviotti in #12
  • Upgrade JSON Toolkit to the latest version by @jviotti in #13
  • Handle unsupported vocabularies in test and validate by @jviotti in #14
  • Prepare a fallback resolver for HTTP resolution by @jviotti in #15
  • Support HTTP resolution by @jviotti in #16
  • Consume built-in lint rules from JSON Toolkit by @jviotti in #17
  • Implement --fix for the lint command by @jviotti in #18
  • Add an --http option to validate, test, and bundle by @jviotti in #19
  • Remove invalid TODO by @jviotti in #20
  • Obey --verbose in HTTP fallback resolver logs by @jviotti in #21
  • Support metaschema validation in validate and test by @jviotti in #22
  • Cleanup e2e tests by @jviotti in #23
  • Remove weird semicolons by @jviotti in #24
  • Add TODO about annotations by @jviotti in #25
  • Use new metaschema helper from JSON Toolkit by @jviotti in #26
  • Support validating only against a metaschema by @jviotti in #27
  • Implement --check/-c for fmt by @jviotti in #28
  • Run networking tests as CI-specific tests by @jviotti in #29
  • Add CONTRIBUTING.markdown by @jviotti in #30
  • Run GitHub Actions on macOS too by @jviotti in #31
  • Fix deployment of macOS artifacts by @jviotti in #32
  • Fix artifact upload names in GitHub Actions by @jviotti in #33
  • Revisit the README by @jviotti in #35
  • Revisit command documentation by @jviotti in #36
  • Enable Windows builds by @jviotti in #34
  • Re-phrase lint examples by @jviotti in #37
  • Fix Windows ZIP to say "x86_64" instead of "AMD64" by @jviotti in #38
  • Support performing tag releases by @jviotti in #40

Full Changelog: https://github.com/Intelligence-AI/jsonschema/commits/v0.1.0