Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 787 Bytes

File metadata and controls

29 lines (21 loc) · 787 Bytes

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

0.1.3

Added

  • Added support for overriding field and substruct visibility

0.1.2

Fixed

  • Suppress clippy::too_many_arguments on generated methods.

0.1.1

Fixed

  • Fixed errors on inner #[substruct] attributes in cases where the outer #[substruct] macro returns an error immediately.

0.1.0

This is the initial release of substruct.

Added

  • The #[substruct] attribute macro
  • Support for using #[substruct_attr] within to conditionally apply attributes to generated substructs.