Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 2.68 KB

v0.5.3 (2024-03-08)

  • dependencies: update hcl/v2 to v2.20.0 (#75)

v0.5.2 (2022-08-16)

  • fix regression preventing uppercase resource name (#71)

v0.5.1 (2022-08-09)

  • remove exclude github.com/sergi/go-diff v1.2.0 from go.mod

v0.5.0 (2022-08-09)

  • allow uppercase letters for the resource name in the block reader (#56)
  • adds support for format verbs as parameters (#58)
  • support for for expressions and functions with multiple parameters (#59)
  • support reStructuredText (#60)
  • support format verbs in resource names (#67)
  • support for the count meta-variable (#68)

v0.4.0 (2022-03-21)

  • add option to remove colour from output with -uncoloured option (#52)
  • update to go v1.18 (#54)
  • correctly surface error statuses (#50)
  • add block number to json output (#49)
  • update terraform-exec to v0.12.0 (#42)

v0.3.0 (2021-01-06)

  • add support for return ' blocks (#39)
  • use terraform-exec to manage the terraform executable (#36)
  • returns actionable error codes (#33)
  • suppot addtional go format verbs (#31)
  • add option to mask go format versd with -blocks option (#29)
  • the blocks command can now return blocks null-seperated (#25)
  • JSON output format for blocks command (#23)
  • tolerate whitespace at the beginning of the first line (#12)
  • include the terraform version in the output of version (#8)

v0.2.0 (2020-02-29)

  • Replace filename#linenumber output with filename:linenumber (#16)
  • Support directory traversal with pattern matching in diff and fmt (#14)

v0.1.0 (2020-02-25)

Initial release!