Respect with
attributes on enum variants
This commit is contained in:
parent
1e17c46803
commit
08886799bb
8 changed files with 161 additions and 25 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## In-dev - version TBC
|
||||
### Fixed
|
||||
- `#[serde(with = "...")]`/`#[schemars(with = "...")]` attributes on enum variants are now respected
|
||||
|
||||
## [0.7.2] - 2020-04-30
|
||||
### Added:
|
||||
- Enable deriving JsonSchema on adjacent tagged enums (https://github.com/GREsau/schemars/issues/4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue