Skip to content

Latest commit

 

History

History
151 lines (89 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

151 lines (89 loc) · 5.01 KB

master (Unreleased)

0.2.11 (2024/04/15)

ENHANCEMENTS:

  • feat: update to use go 1.22 (#91)
  • Add support for namespaced function (#93)

0.2.10 (2023/09/20)

NEW FEATURES:

  • feat: add support for escaping . in address (#83)

ENHANCEMENTS:

  • Update Go to v1.21 (#86)
  • Update hcl to v2.18.0 (#87)

0.2.9 (2023/06/12)

ENHANCEMENTS:

  • Update hcl to v2.17.0 (#81)

BUG FIXES:

  • Fix unexpected format when files do not end with newline (#79)

0.2.8 (2023/05/11)

BUG FIXES:

  • Fix multiline comment parsing (#78)

0.2.7 (2023/04/19)

ENHANCEMENTS:

  • Update Go to v1.20 (#73)
  • Update hcl to v2.16.2 (#74)
  • Use a native cache feature in actions/setup-go (#75)
  • Update actions/setup-go to v4 (#76)
  • Add windows build (#77)

0.2.6 (2022/08/12)

ENHANCEMENTS:

  • Use GitHub App token for updating brew formula on release (#59)

0.2.5 (2022/06/16)

ENHANCEMENTS:

  • Update Go to v1.18.3 (#57)

0.2.4 (2022/06/13)

ENHANCEMENTS:

  • Expose VerticalFormat (#43)
  • Expose GetAttributeValueAsString (#47)
  • Update golangci-lint to v1.45.2 and actions to latest (#49)
  • Read Go version from .go-version on GitHub Actions (#53)
  • Update Go to v1.17.10 and Alpine to v3.16 (#54)
  • Update hcl to v2.12.0 (#55)

BUG FIXES:

  • Trim trailing duplicated TokenNewline in VerticalFormat (#48)

0.2.3 (2022/02/12)

ENHANCEMENTS:

  • Use golangci-lint instead of golint (#40)
  • Fix lint errors (#41)
  • Update hcl to v2.11.1 (#42)

0.2.2 (2021/11/28)

ENHANCEMENTS:

  • Update Go to v1.17.3 and Alpine to 3.14 (#38)
  • Update hcl to v2.10.1 (#39)
  • Add Apple Silicon (ARM 64) build (#36)

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