Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Latest commit

 

History

History
64 lines (38 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

64 lines (38 loc) · 2.13 KB

master (Unreleased)

0.2.1 (2021/10/28)

ENHANCEMENTS:

  • Restrict permissions for GitHub Actions (#34)
  • Set timeout for GitHub Actions (#35)

0.2.0 (2021/04/06)

BREAKING CHANGES:

  • Skip formatter if filter didn't change contents (#24)

Previously outputs are always formatted, but the outputs are no longer formatted if a given address doesn't match to suppress meaningless diff.

NEW FEATURES:

  • Add support for getting nested block (#22)
  • Add body get command (#23)
  • Add support for in-place update (#25)

ENHANCEMENTS:

  • Redesign interfaces in editor package (#18)
  • Update Go to v1.16.0 (#19)
  • Update hcl to v2.9.0 (#20)

0.1.3 (2021/01/30)

ENHANCEMENTS:

  • Update hcl to v2.8.2 (#16)
  • Fix broken GitHub Actions (#17)

0.1.2 (2020/10/28)

NEW FEATURES:

  • Add attribute append command (#14)
  • Add fmt command (#15)

0.1.1 (2020/10/25)

NEW FEATURES:

  • Add block append command (#8)

ENHANCEMENTS:

  • Add integration test (#5)
  • Update hcl to v2.7.0 (#6)
  • Update Go to v1.15.2 (#7)
  • Refactor to test argument flags (#9)
  • Prevent uploading pre-release to Homebrew (#12)

BUG FIXES:

  • Fix binary compatibility issue for alpine (#11)

0.1.0 (2020/08/22)

Initial release