This commit is contained in:
Graham Esau 2021-03-26 23:59:35 +00:00
parent 4c238605be
commit 61d64df57d
7 changed files with 6 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## [0.8.2] - **In-dev**
## [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)
- `#[derive(JsonSchema_repr)]` can be used on C-like enums for generating a serde_repr-compatible schema (https://github.com/GREsau/schemars/pull/76)