v7.0.0
What's Changed
Added
Limitations
section 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
null
values (#198) - Inaccurate parsing of
null
values 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