Update changelog
This commit is contained in:
parent
9e2ba85772
commit
b4a6aeb51b
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
## [0.8.3] - **In-dev**
|
## [0.8.3] - **In-dev**
|
||||||
### Added:
|
### 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)
|
- 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)
|
||||||
|
- Implement `JsonSchema` for `bytes::Bytes` and `bytes::BytesMut` (https://github.com/GREsau/schemars/pull/68)
|
||||||
|
|
||||||
### Fixed:
|
### Fixed:
|
||||||
- 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)
|
- 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)
|
||||||
|
|
|
@ -268,6 +268,7 @@ Schemars can implement `JsonSchema` on types from several popular crates, enable
|
||||||
- [`smallvec`](https://crates.io/crates/smallvec) (^1.0)
|
- [`smallvec`](https://crates.io/crates/smallvec) (^1.0)
|
||||||
- [`arrayvec`](https://crates.io/crates/arrayvec) (^0.5)
|
- [`arrayvec`](https://crates.io/crates/arrayvec) (^0.5)
|
||||||
- [`url`](https://crates.io/crates/url) (^2.0)
|
- [`url`](https://crates.io/crates/url) (^2.0)
|
||||||
|
- [`bytes`](https://crates.io/crates/bytes) (^1.0)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// The map type used by schemars types.
|
/// The map type used by schemars types.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue