Skip to content

Releases: taylorthurlow/rust_json_schema-rb

v0.3.0 - 2024-09-16

16 Sep 18:56
7778a80
Compare
Choose a tag to compare

Removed

  • with_meta_schemas option - they are now enabled by default in the upstream crate, so this option wouldn't have had any effect anymore.

Changed

  • The upstream crate version is updated to 0.19.1 (from 0.17.1).

v0.2.1 - 2024-01-15

16 Jan 06:56
3d03674
Compare
Choose a tag to compare

Removed

  • TLS/HTTPS schema resolution support - A cross-compile build step problem currently prevents me from including precompiled binaries for x86 build targets. Will be added again when I can figure out how to fix the builds.

v0.2.0 - 2024-01-15

16 Jan 06:54
da71cf9
Compare
Choose a tag to compare

Added

  • :draft and :with_meta_schemas options on Validator initializer
  • TLS/HTTPS schema resolution support

v0.1.2 - 2024-01-12

12 Jan 19:13
e7e91c4
Compare
Choose a tag to compare

Fixed

  • Validator#validate and #valid? should now both correctly raise RustJSONSchema::JSONParseError when the input string is not valid JSON

v0.1.1 - 2024-01-11

12 Jan 17:22
c6203ba
Compare
Choose a tag to compare

Added

  • Set up build & publish pipeline with precompiled binaries for macOS and Linux, both x86 and ARM

Changed

  • Don't check in Gemfile.lock

v0.1.0 - 2024-01-11

12 Jan 00:13
b1e708d
Compare
Choose a tag to compare

Initial release.