Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.18 KB

changelog.md

File metadata and controls

21 lines (15 loc) · 1.18 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.

[1.0.0] - 2022.11.25

Added

  • 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 a Deconstruct() method (issue #6)
  • All parameter names now have @ in front to eliminate any potential keyword conflicts (issue #9)

Changed

  • Updated documentation (issue #7)
  • Generated code is now stored in one file (issue #2)

Fixed

  • Generic types are now handled correctly (issue #8)