Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

44 lines (23 loc) · 1.38 KB

delegation changelog

All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.4.0 · 2025-01-24

Diff | Milestone

BC Breaks

  • Made for<..> syntax in #[delegate(derive(..))]/#[delegate(for(..))] attribute arguments only for declaring additional generic parameters not present on type/trait already. (#10)
  • Made entries in #[delegate(derive(..))]/#[delegate(for(..))] attribute arguments separated by comma instead of semicolon. (#11)

0.3.0 · 2025-01-17

Diff | Milestone

Added

  • #[delegate] macro: (#1)
    • Single-fielded structs support.
    • Enums with single-fielded variants support.
    • Limited generics support.
    • External types support.
    • External traits support.