BUG FIXES:
- Fix attribute get --with-comments for inline comments (#104)
NEW FEATURES:
- add --with-comments to preserve comments when returning an attribute (#103)
BUG FIXES:
- Fix syntax error in release workflow (#101)
ENHANCEMENTS:
- Update hcl to v2.21.0 (#95)
- Update alpine to v3.20 (#96)
- Update golangci lint to v1.59.1 (#97)
- Update setup-go to v5 (#98)
- Update goreleaser to v2 (#99)
- Switch to the official action for creating GitHub App token (#100)
ENHANCEMENTS:
NEW FEATURES:
- feat: add support for escaping . in address (#83)
ENHANCEMENTS:
ENHANCEMENTS:
- Update hcl to v2.17.0 (#81)
BUG FIXES:
- Fix unexpected format when files do not end with newline (#79)
BUG FIXES:
- Fix multiline comment parsing (#78)
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)
ENHANCEMENTS:
- Use GitHub App token for updating brew formula on release (#59)
ENHANCEMENTS:
- Update Go to v1.18.3 (#57)
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)
ENHANCEMENTS:
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)
ENHANCEMENTS:
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:
ENHANCEMENTS:
NEW FEATURES:
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)
Initial release