Skip to content

Releases: beckend/go-config

bump deps

03 Aug 09:20
Compare
Choose a tag to compare
v.1.1.7

bump deps

v1.1.6

24 Jun 13:39
Compare
Choose a tag to compare

error if environment variables has not been replaced

v1.1.5

26 May 10:07
Compare
Choose a tag to compare

add more arguments to LoadConfigs to help with custom logic

v1.1.4

25 May 16:48
Compare
Choose a tag to compare

refactor type walker

v1.1.3

24 May 17:52
Compare
Choose a tag to compare

add more toml helpers to read into json bytes

v1.1.2

24 May 17:32
Compare
Choose a tag to compare

remove default run env

v1.1.1

24 May 13:30
Compare
Choose a tag to compare

add options.RunEnv to LoadFiles callback

add features options

24 May 07:52
Compare
Choose a tag to compare

option OnConfigBeforeValidation - allow modifications on the config before validating the struct, at this stage all environment variables have been set.

option LoadConfigs - allow loading custom sources of configs, the order matter, the later will override the previous. The returned payload must be json compatible.

rename struct

19 May 11:13
Compare
Choose a tag to compare
v1.0.3

rename struct

remove uneeded project files

19 May 11:08
Compare
Choose a tag to compare
v1.0.2

remove uneedes files