Releases: taylorthurlow/rust_json_schema-rb
Releases · taylorthurlow/rust_json_schema-rb
v0.3.0 - 2024-09-16
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
(from0.17.1
).
v0.2.1 - 2024-01-15
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
Added
:draft
and:with_meta_schemas
options onValidator
initializer- TLS/HTTPS schema resolution support
v0.1.2 - 2024-01-12
Fixed
Validator#validate
and#valid?
should now both correctly raiseRustJSONSchema::JSONParseError
when the input string is not valid JSON
v0.1.1 - 2024-01-11
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
Initial release.