All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.2.0 - 2024-05-30
- Show
__awaitee
type name (#2). - Support expanding (
-p
) by field's type name.
- The
-h
parameter now filters also types, not only fields. - Remove a default value for
-l
, now output is unlimited by default. - Now expanding (
-p
) doesn't use a field's size until the--expand-by-size
flag is provided.
- Support nightly after 2024-03-22 (#4).
0.1.5 - 2023-03-16
- More useful examples.
- CI checks.
- Use
cargo-release
. - Merge variants after applying
-h
and-s
transformations.
- Specify missing metadata in the package's info.
- Now
-h
also affects discriminants.
0.1.4 - 2023-03-07
- Support
upvar
andlocal
fields.
- Initial release with CHANGELOG.