Fix deriving JsonSchema inside macro (#79)
This commit is contained in:
parent
dada8582ee
commit
4d3400152e
4 changed files with 71 additions and 21 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## [0.8.3] - **In-dev**
|
||||
### Fixed:
|
||||
- Fix deriving JsonSchema on types defined inside macros (https://github.com/GREsau/schemars/issues/66 / https://github.com/GREsau/schemars/pull/79)
|
||||
|
||||
## [0.8.2] - 2021-03-27
|
||||
### Added:
|
||||
- Enable generating a schema from any serializable value using `schema_for_value!(...)` macro or `SchemaGenerator::root_schema_for_value()`/`SchemaGenerator::into_root_schema_for_value()` methods (https://github.com/GREsau/schemars/pull/75)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue