jsonschema_rs 0.52.0-x86_64-linux → 0.52.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 +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/jsonschema/3.3/jsonschema_rb.so +0 -0
- data/lib/jsonschema/3.4/jsonschema_rb.so +0 -0
- data/lib/jsonschema/4.0/jsonschema_rb.so +0 -0
- data/lib/jsonschema/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eef94484c65b2f91e85602480251f94c9d161033779335ec7cd2dd36ff81e979
|
|
4
|
+
data.tar.gz: d7b2ee519accd8d457b77eec936432066eb1ec75df6f9e10213854e3c9645c56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99d73fb9256cb54eb8938ece5a9bb167f244427de1da905297d039ea1808558017ffc958e62464afd2be23923970af7cb282695510287bdfcc884a0f1d1c602c
|
|
7
|
+
data.tar.gz: 5887ad23d62cee214b55ef4a7ee014a6006c281540532fec8217a8b6132aefd945295e801ba5aafc5028c68e2b8a9e9b5f69763017791ed3f58779f2d56a4d59
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.52.1] - 2026-08-30
|
|
6
|
+
|
|
7
|
+
### Performance
|
|
8
|
+
|
|
9
|
+
- `minLength` and `maxLength` together now scan the string once.
|
|
10
|
+
- `unevaluatedProperties` is up to 2.9x faster.
|
|
11
|
+
- `evaluate` is up to 27% faster on reference-heavy schemas.
|
|
12
|
+
|
|
5
13
|
## [0.52.0] - 2026-08-27
|
|
6
14
|
|
|
7
15
|
### Added
|
|
@@ -479,7 +487,8 @@
|
|
|
479
487
|
|
|
480
488
|
- Initial public release
|
|
481
489
|
|
|
482
|
-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.
|
|
490
|
+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.1...HEAD
|
|
491
|
+
[0.52.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.52.0...ruby-v0.52.1
|
|
483
492
|
[0.52.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.51.0...ruby-v0.52.0
|
|
484
493
|
[0.51.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.50.1...ruby-v0.51.0
|
|
485
494
|
[0.50.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.50.0...ruby-v0.50.1
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/jsonschema/version.rb
CHANGED
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.52.
|
|
4
|
+
version: 0.52.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-08-
|
|
11
|
+
date: 2026-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigdecimal
|