Releases: amplify-education/python-hcl2
Releases · amplify-education/python-hcl2
v7.0.1
What's Changed
Fixed
- Issue parsing dot-accessed attribute as an object key (#209)
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
Added
Limitationssection to README.md (#200)
Fixed
- Issue handling heredoc with delimiter within text itself (#194)
- Various issues with parsing object elements (#197)
- Dictionary -> hcl2 reconstruction of
nullvalues (#198) - Inaccurate parsing of
nullvalues in some cases (#206) - Missing parenthesis in arithemetic expressions (#194)
- Noticeable overhead when loading hcl2.reconstructor module (#202)
- Escaped string interpolation (e.g.
"$${aws:username}") parsing (#200)
Removed
- Support for parsing interpolations nested more than 2 times (known-issue) (#200)
Full Changelog: v6.1.1...v7.0.0
v6.1.1
What's Changed
DictTransformer.to_tf_inline- handle float type by @kkozik-amplify in #191
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- fix e-notation and negative numbers literals by @kkozik-amplify in #182
- fix parsing of
nullby @kkozik-amplify in #184 - DictTransformer - do not wrap type literals into
${and}by @kkozik-amplify in #186
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- Support full reconstruction of HCL from output dictionary by @weaversam8 in #177
- version 6.0.0 release by @kkozik-amplify in #180
Full Changelog: v5.1.1...v6.0.0
v5.1.1
What's Changed
- fix README.md and update CHANGELOG.md by @kkozik-amplify in #175
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- support python 3.13 by @kkozik-amplify in #170
- add section about Tree->HCL2 reconstruction to the README.md by @kkozik-amplify in #174
Full Changelog: v5.0.0...v5.1.0
v5.0.0
This closes #23
What's Changed
- Support full reconstruction of HCL from parse tree by @weaversam8 in #169
New Contributors
- @weaversam8 made their first contribution in #169
Full Changelog: v4.3.5...v5.0.0
v4.3.5
What's Changed
- AT-11673 - additional test coverage by @kkozik-amplify in #165
- fix: Add support for attributes named "in". by @elisiariocouto in #164
- fix: add "for" attribute identifier(#166) by @zhcli in #167
- allow
ifandfor_eachkeywords to be used as identifiers by @kkozik-amplify in #168
New Contributors
- @elisiariocouto made their first contribution in #164
- @zhcli made their first contribution in #167
Full Changelog: v4.3.4...v4.3.5
v4.3.4
What's Changed
- fix codacy badge by @kkozik-amplify in #157
- Fix MANIFEST.in and/or Python dependency filename(s). by @skim-amplify in #161
- adds support for provider functions by @lkwg82 in #162
New Contributors
- @skim-amplify made their first contribution in #161
- @lkwg82 made their first contribution in #162
Full Changelog: v4.3.3...v4.3.4