Skip to content

v7.0.0

Compare
Choose a tag to compare
@kkozik-amplify kkozik-amplify released this 27 Mar 14:49
· 17 commits to main since this release
df6b5a9

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