Respect with attributes on enum variants

This commit is contained in:
Graham Esau 2020-05-10 17:17:04 +01:00
parent 1e17c46803
commit 08886799bb
8 changed files with 161 additions and 25 deletions

View file

@ -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)