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.
- Generated code now uses fully-qualified named (issue #5)
- Records are now considered for
Deconstruct()
generation (issue #4) - Putting
[NoAutoDeconstruct]
on a type will signal AutoDeconstruct not to generate aDeconstruct()
method (issue #6) - All parameter names now have
@
in front to eliminate any potential keyword conflicts (issue #9)
- Generic types are now handled correctly (issue #8)