jsonschema_rs 0.48.0-x86_64-linux → 0.48.1-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b78a0c2dd99ee6a079e6e7793ab3cc488e675eb9fba3b4e002f49dffb9e260a
4
- data.tar.gz: a2680091ea38311c2fbee377cd732f943c7eb25ab0825f3b7b7e14b7e3195416
3
+ metadata.gz: dd37eb73f5ed934845a64d1bfdcc05dd19eb29095aa14c940561d6acaaf620a1
4
+ data.tar.gz: 81bf32eda16096a70fc339a33a415fee0ff82d837966071ce8176e63be35583e
5
5
  SHA512:
6
- metadata.gz: 905fede4848cf6e936e9bce0a0012f428149417822d5eb9b78d4c9ce2ffaf19a4184ec5ff7199d9a8f7747f33dca8eb0ecfde08674ced0bc011d0ef4cf5d3f28
7
- data.tar.gz: 685f417d71e8c4ad5d662bc7dc180cae7705fbe827f865464fcb6ab8485afa83ed9956a2c539962c7d34588579075d77f889eac8d767f05fc8450707a7f864bf
6
+ metadata.gz: 7de0776ec2ec64af9b547f6b0ef69650f7cc5910238a82232298f273854d589f71494c7831dd2b26b7b4961f5628cdb707005f8557d87d1dbcc7b6552a32708d
7
+ data.tar.gz: 1cbe7d5cb081979bc2d2f2d51bc5b2fe871e322d1817457f245c3b461d196c48a5073bc201f12d4c7d63be56cc2e98c6882f0457779172585c7a6b5633901511
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.48.1] - 2026-07-17
6
+
7
+ ### Fixed
8
+
9
+ - Missing `required` errors in `evaluate` output for schemas with `properties` and a two-entry `required` array. [#1220](https://github.com/Stranger6667/jsonschema/issues/1220)
10
+ - `contentEncoding` errors for invalid UTF-8 after decoding incorrectly had empty `instance_path` and `schema_path`.
11
+
5
12
  ## [0.48.0] - 2026-07-16
6
13
 
7
14
  ### Fixed
@@ -175,7 +182,8 @@
175
182
 
176
183
  - Initial public release
177
184
 
178
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.0...HEAD
185
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.1...HEAD
186
+ [0.48.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.0...ruby-v0.48.1
179
187
  [0.48.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.47.0...ruby-v0.48.0
180
188
  [0.47.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.10...ruby-v0.47.0
181
189
  [0.46.10]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.9...ruby-v0.46.10
data/README.md CHANGED
@@ -64,6 +64,10 @@ The following drafts are supported:
64
64
 
65
65
  You can check the current status on the [Bowtie Report](https://bowtie.report/#/implementations/rust-jsonschema).
66
66
 
67
+ ## Playground
68
+
69
+ If you'd like to try `jsonschema`, you can check the WebAssembly-powered [playground](https://jsonschema.dygalo.dev/) to see the results instantly.
70
+
67
71
  ## Installation
68
72
 
69
73
  Add to your Gemfile:
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.48.0"
4
+ VERSION = "0.48.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema_rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.48.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-16 00:00:00.000000000 Z
11
+ date: 2026-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal