Skip to content

Releases: kayac/go-config

v0.7.0

02 Jun 04:55
Compare
Choose a tag to compare
  • #54: Use t.Setenv
    t.Setenv is now being used. This change contributes to the enhancement of the testing environment.
  • #55: Use fmt.Errorf
    pkg/errors has been replaced with fmt.Errorf. This change simplifies error handling in the code.
  • Bump github.com/BurntSushi/toml from 0.4.1 to 1.3.0 #53
  • Bump github.com/google/go-cmp from 0.5.6 to 0.5.9 #50

v0.6.0

22 Sep 16:17
Compare
Choose a tag to compare
bump go versions

v0.5.1

16 Nov 01:37
f531ac5
Compare
Choose a tag to compare

Fix loading empty files the second time in the same loader instance. #34

v0.5.0

18 Aug 05:30
0b62797
Compare
Choose a tag to compare
  • Remove tfstate package. #30
    Use github.com/fujiwara/tfstate-lookup/tfstate.FuncMap directly.
  • Add Loader.Data element to inject any values into the configuration template files. #29

v0.4.1

29 Jul 01:38
Compare
Choose a tag to compare
go mod tidy

v0.4.0

01 Jul 02:30
e26e9a1
Compare
Choose a tag to compare
Merge pull request #23 from kayac/json_encode

add json_escape function

v0.3.2

26 May 16:39
Compare
Choose a tag to compare
tfstate-lookup v0.0.7

v0.3.1

31 Mar 04:56
Compare
Choose a tag to compare
fix documents & variable name.

v0.3.0

26 Mar 15:22
Compare
Choose a tag to compare

Add New() and Funcs() func. #11 (@mashiike)

v0.2.0

05 Mar 06:29
b8b516a
Compare
Choose a tag to compare

Add config.Delims() function.