rust_json_schema-rb

Ruby wrapper for Rust's jsonschema-rs crate

MIT License

Downloads
7.4K
Stars
1
Committers
1

Bot releases are hidden (Show)

rust_json_schema-rb - v0.3.0 - 2024-09-16

Published by taylorthurlow about 1 month ago

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).
rust_json_schema-rb - v0.2.1 - 2024-01-15 Latest Release

Published by taylorthurlow 9 months ago

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.
rust_json_schema-rb - v0.2.0 - 2024-01-15

Published by taylorthurlow 9 months ago

Added

  • :draft and :with_meta_schemas options on Validator initializer
  • TLS/HTTPS schema resolution support
rust_json_schema-rb - v0.1.2 - 2024-01-12

Published by taylorthurlow 9 months ago

Fixed

  • Validator#validate and #valid? should now both correctly raise RustJSONSchema::JSONParseError when the input string is not valid JSON
rust_json_schema-rb - v0.1.1 - 2024-01-11

Published by taylorthurlow 9 months ago

Added

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

Changed

  • Don't check in Gemfile.lock
rust_json_schema-rb - v0.1.0 - 2024-01-11

Published by taylorthurlow 9 months ago

Initial release.