Skip to content

v0.7.5

Compare
Choose a tag to compare
@GREsau GREsau released this 17 May 12:48
· 287 commits to master since this release

Added:

  • Setting #[deprecated] attribute will now cause generated schemas to have the deprecated property set to true
  • Respect #[serde(transparent)] attribute (#17)
  • #[schemars(title = "...", description = "...")] can now be used to set schema title/description. If present, these values will be used instead of doc comments (#13)

Changed:

  • schemars_derive is now an optional dependency, but included by default