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
- 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
#[delegate]
macro: (#1)- Single-fielded structs support.
- Enums with single-fielded variants support.
- Limited generics support.
- External types support.
- External traits support.