Skip to content

Releases: minamijoyo/hcledit

v0.2.6

12 Aug 02:07
Compare
Choose a tag to compare

Changelog

  • 8b121e6 Bump version to v0.2.6
  • b891b7f Use GitHub App token for updating brew formula on release

v0.2.5

16 Jun 04:01
Compare
Choose a tag to compare

Changelog

  • c32d4a4 Bump version to v0.2.5
  • bd1b5f2 Update golang.org/x/sys/unix to the latest
  • 7141e16 Update Go to v1.18.3

v0.2.4

13 Jun 03:17
Compare
Choose a tag to compare

Changelog

  • 5e55e3e Bump version to v0.2.4
  • 1aaae1d Update hcl to v2.12.0
  • 4ed5679 Update Go to v1.17.10 and Alpine to v3.16
  • 3fcaeb4 Read Go version from .go-version on GitHub Actions
  • 845b124 Update golangci-lint to v1.45.2 and actions to latest
  • fdc0904 Trim trailing duplicated TokenNewline in VerticalFormat
  • cf207bf Expose GetAttributeValueAsString
  • 67d42ff Expose VerticalFormat

v0.2.3

12 Feb 14:46
Compare
Choose a tag to compare

Changelog

  • d5ab71e Bump version to v0.2.3
  • 54df78f Update hcl to v2.11.1
  • 9536d9c Fix lint errors
  • 3190b51 Suppress all existing lint errors to pass CI
  • 2fecec4 Use golangci-lint instead of golint

v0.2.2

28 Nov 13:24
Compare
Choose a tag to compare

Changelog

210a6a5 Bump version to v0.2.2
787a18e Update hcl to v2.10.1
727d39e Update Go to v1.17.3 and Alpine to 3.14
8ca1e0d Add Apple Silicon (ARM 64) build

v0.2.1

28 Oct 02:36
Compare
Choose a tag to compare

Changelog

b168ff5 Bump version to v0.2.1
a89d419 Set timeout for GitHub Actions
2b0fa42 Restrict permissions for GitHub Actions

v0.2.0

06 Apr 14:01
Compare
Choose a tag to compare

Changelog

5ce0cf4 Bump version to v0.2.0
fe49483 Add tests for Client
94a8bea Add tests for UpdateFile, ReadFile, and DeriveFile
17e7ed9 Add support for in-place update
15f62b6 Add tests for Operator
4b8b912 Change input and output type for Operator.Apply() to []byte
16223fd Skip formatter if filter didn't change contents to suppress meaningless diff
05e4940 Add body get command
a03a8d9 Add support for getting nested block
cfa7772 Update hcl to v2.9.0
d8144d2 Update Go to v1.16.0
e7399e5 Bump version to v0.2.0-dev
9ddb842 Rename test functions for consistency
734eb20 Rename multiop to MultiFilter for consistency
c290d8f Rename verticalFormatter to verticalFormatterFilter for consistency
9351a37 Expose operators
67a588d Rename parser to ParserSource for consistency
a8e40ef Expose formatter as Sink, not Filter
3be8e0b Expose attribute and block sinks
a69e34f Expose attribute and block filters
06635c0 Reorganize file names by type
d9f6a53 Abstract editor to Operator and split editing and deriving
5787588 Pass filename on edit
d5cabb9 Remove multiple filters support from editor
49cb108 Abstract Editor to interface
c645b48 Use the default formatter sink implementation always for filter operations
238a38a Fix typo s/formater/formatter/g
17c175d Move verticalFormater to filter.go
32e6c2c Change verticalFormater to Filter instead of Sink
97d369b Add SinkHCL to be used for the output is not HCL
ca34b60 Extract Editor.Apply() calls in one place

v0.1.3

30 Jan 14:23
Compare
Choose a tag to compare

Changelog

f1e96dc Bump version to v0.1.3
c31dbaf Update hcl to v2.8.2
d20d4cf Fix broken GitHub Actions

v0.1.2

28 Oct 02:29
Compare
Choose a tag to compare

Changelog

264fa79 Bump version to v0.1.2
a8f4e15 Add fmt command
e69e7b2 Add attribute append command
86c3d99 Add CHANGELOG

v0.1.1

24 Oct 15:24
Compare
Choose a tag to compare

Changelog

1dd63a8 Bump version to v0.1.1
bae0245 Prevent uploading pre-release to Homebrew
3b3481b Fix binary compatibility issue for alpine
c7da055 Refactor to test argument flags
7f858f3 Add block append command
9a7f7a0 Update Go to v1.15.2
bd90fde Update hcl to v2.7.0
e6a1314 Add integration test