-
Notifications
You must be signed in to change notification settings - Fork 0
deps: update rust crate schemars to 0.9 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/schemars-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.8
->0.9
Release Notes
GREsau/schemars (schemars)
v0.9.0
Compare Source
This version is identical to
1.0.0-alpha.18
, but is available for those who are unable to unwilling to use a pre-release version.Those upgrading from Schemars 0.8 may want to consult the migration guide, which also applies when migrating from 0.8 to 0.9.
v0.8.22
Compare Source
Fixed:
v0.8.21
Compare Source
Fixed:
null
default not being set on generated schemas (#295 / #296)v0.8.20
Compare Source
Fixed:
default
andrequired
attributes (#292)v0.8.19
Compare Source
Fixed:
JsonSchema
on an enum with no variants (#287)v0.8.18
Compare Source
Fixed:
JsonSchema
on enums (#266 / #286)v0.8.17
Compare Source
Changed:
v0.8.16
Compare Source
Fixed:
JsonSchema
v0.8.15
Compare Source
Added:
JsonSchema
forBigDecimal
frombigdecimal
0.4 (#237)v0.8.14
Compare Source
Added:
#[schemars(inner(...)]
attribute to specify schema for array items (#234)Changed:
JsonSchema
trait:schema_id()
, which is similar toschema_name()
, but does not have to be human-readable, and defaults to the type name including module path. This allows schemars to differentiate between types with the same name in different modules/crates (#62 / #247)Fixed:
rust_decimal::Decimal
andbigdecimal::BigDecimal
now match how those types are serialized by default, i.e. as numeric strings (#248)v0.8.13
Compare Source
Added:
JsonSchema
forsemver::Version
(#195 / #238)JsonSchema
for types from indexmap v2 (#226 / #240)JsonSchema
forserde_json::value::RawValue
(#183)Changed:
v0.8.12
Compare Source
Added:
JsonSchema
forsmol_str::SmolStr
(#72)Changed:
serde_json
dependency min version to 1.0.25 (was 1.0.0) (#192)v0.8.11
Compare Source
Added:
#[schemars(bound = "...")]
attributeChanged:
JsonSchema
now respects attributes on unit enum variants (#152)v0.8.10
Compare Source
v0.8.9
Compare Source
Added:
Support generic default values indefault
attributes (#83)uuid1
andarrayvec07
(#142)uuid08
andarrayvec05
feature flags for the previously supported versions of these crates. The existinguuid
andarrayvec
flags are still supported for backward-compatibility, but they are deprecated.indexmap1
feature flag is added, andindexmap
flag is deprecated.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.