Skip to content

v0.8.3

Compare
Choose a tag to compare
@GREsau GREsau released this 05 Apr 20:15
· 221 commits to master since this release

Added:

  • Support for #[schemars(crate = "...")] attribute to allow deriving JsonSchema when the schemars crate is aliased to a different name (#55 / #80)
  • Implement JsonSchema for bytes::Bytes and bytes::BytesMut (#68)

Fixed:

  • Fix deriving JsonSchema on types defined inside macros (#59 / #66 / #79)