Skip to content

Releases: tpodg/go-config

v1.0.2

18 Nov 09:27
Compare
Choose a tag to compare

Fixed bug with expected duplicated underline when parsing env variables

v1.0.1

16 Aug 11:18
Compare
Choose a tag to compare

Dependencies (go.sum) cleanup

v1.0.0

16 Aug 11:13
Compare
Choose a tag to compare

Initial stable release with support for default struct values, yaml and environment variables.

v0.2.2

17 Mar 20:51
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Fixed bug where underline was inserted multiple times between nested struct names (env provider)

v0.2.1

11 Mar 17:57
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Fixed bug where whole struct was overwritten instead of single fields

v0.2.0

10 Mar 19:30
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • added support for duration
  • parse env variables only if there is an actual value - skip blank strings
  • added support for slices

Initial release

28 Feb 15:17
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release:

  • Supported yaml configuration
  • Supported configuration from env variables (missing support for lists and maps)