Support for #[schemars(crate = "...")] (#80)
This commit is contained in:
parent
ebd7ff32ce
commit
b2b733ba5c
6 changed files with 87 additions and 10 deletions
|
@ -1,8 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [0.8.3] - **In-dev**
|
||||
### Added:
|
||||
- Support for `#[schemars(crate = "...")]` attribute to allow deriving JsonSchema when the schemars crate is aliased to a different name (https://github.com/GREsau/schemars/pull/55 / https://github.com/GREsau/schemars/pull/80)
|
||||
|
||||
### Fixed:
|
||||
- Fix deriving JsonSchema on types defined inside macros (https://github.com/GREsau/schemars/issues/66 / https://github.com/GREsau/schemars/pull/79)
|
||||
- Fix deriving JsonSchema on types defined inside macros (https://github.com/GREsau/schemars/issues/59 / https://github.com/GREsau/schemars/issues/66 / https://github.com/GREsau/schemars/pull/79)
|
||||
|
||||
## [0.8.2] - 2021-03-27
|
||||
### Added:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue