Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

44 lines (23 loc) · 2.03 KB

0.4.0 (May 16, 2024)

ENHANCEMENTS:

  • schema: Added Description, MarkdownDescription and DeprecationMessage fields to resource, data source and provider schemas (#112)

BUG FIXES:

  • schema: Fixed the generated object value method for map_nested and set_nested (#125)
  • Fix ToObjectValue function for nested objects for null or unknown values (#138)

0.3.1 (November 22, 2023)

BUG FIXES:

  • schema: Prevent compilation errors due to the generation of unused variables (#93)

0.3.0 (November 14, 2023)

ENHANCEMENTS:

  • Adds code generation for List, Map, Object, and Set attributes that have an associated external type (#75)

BUG FIXES:

  • Fix nested attribute name and generated custom value method name conflicts (#81)

0.2.0 (October 24, 2023)

ENHANCEMENTS:

  • Adds code generation for Bool, Float64, Int64, Number, and String attributes that have an associated external type (#59)
  • Adds usage of To/From methods for primitive attributes with an associated external type into To/From methods of nested attributes and blocks (#73)

BUG FIXES:

  • Allow Go reserved keywords to be used as attribute names in nested attributes (#77)

0.1.0 (October 17, 2023)

NOTES:

  • Initial release of tfplugingen-framework CLI for Terraform Provider Code Generation tech preview (#61)