Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.49 KB

Changelog

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

Added

  • Show __awaitee type name (#2).
  • Support expanding (-p) by field's type name.

Changed

  • 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.

Fixed

  • Support nightly after 2024-03-22 (#4).

0.1.5 - 2023-03-16

Added

  • More useful examples.
  • CI checks.

Changed

  • Use cargo-release.
  • Merge variants after applying -h and -s transformations.

Fixed

  • Specify missing metadata in the package's info.
  • Now -h also affects discriminants.

0.1.4 - 2023-03-07

Added

  • Support upvar and local fields.

Changed

  • Initial release with CHANGELOG.