Skip to content

Releases: pteich/configstruct

v1.6.0

28 Apr 07:35
Compare
Choose a tag to compare

Support for reading config files add. For now, only Yaml configs are supported.
Use WithYamlConfig(path) option to provide a path to a config file.
All values provided as cli or env will overwrite values from the config file.

v1.5.1

11 Aug 18:58
Compare
Choose a tag to compare

v1.5.0

18 Dec 16:55
Compare
Choose a tag to compare

Add support for parsing arguments.

v1.4.1

27 Dec 09:47
Compare
Choose a tag to compare

Save values and manage dependencies across commands.
Add support for alternative flag names (e.g. -p and -port).

v1.3.0

28 Nov 18:57
Compare
Choose a tag to compare

Initial support for CLI commands and sub-commands.

v1.2.0

18 May 15:28
Compare
Choose a tag to compare

Add options the switch between precedence of cli or env values

v1.1.0

15 Jan 14:56
Compare
Choose a tag to compare

Support for float64 values
Support for pre-defined FlagSet

1.0.0

02 Dec 19:23
Compare
Choose a tag to compare

Initial Release