0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reordered the debug dump of configs to print them in order of precedence More... almost 10 years ago
Clean config register before reading in from file in order to avoid stale values More... almost 10 years ago
Added accessing deep keys by recursive hierarchical search More... almost 10 years ago
59 - add properties file support to viper More... almost 10 years ago
Set default values when binding the whole flagset More... almost 10 years ago
Added the pflags register to the debug output More... almost 10 years ago
Added BindPFlags function which binds all flags in a given flag set to the pflags register More... almost 10 years ago
Added docstrings to all exported functions More... almost 10 years ago
Noted that ReadInConfig returns errors that can be handled More... almost 10 years ago
Current working directory is added to the config search paths by default More... almost 10 years ago
Change small syntax error in Env Example More... almost 10 years ago
Minor revisions to README.md More... almost 10 years ago
Fix whitespace More... almost 10 years ago
Support rewriting env keys More... almost 10 years ago
Add GetSizeInBytes. More... almost 10 years ago
Move viper.Reset() back to the public interface More... almost 10 years ago
Add viper.GetDuration More... almost 10 years ago
Exported the Viper type in order to better support multiple Vipers More... almost 10 years ago
Marshal now gets the map via the AllSettings method More... almost 10 years ago
adding more env tests More... almost 10 years ago
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 More... about 10 years ago
Avoid searching for config file in executable's path More... about 10 years ago
:%s/insensativiseMap/insensitiviseMap/g More... about 10 years ago
More intelligent AutomaticEnv behavior and updated documentation. More... about 10 years ago
Adding docs for SetEnvPrefix and cleaning up docs. More... about 10 years ago
Adding Support for Environment variable prefixes More... about 10 years ago
Change from Get(key) to v.Get(key) in GetXXX(key string) and MarshalKey(key string, rawVal interface{}) functions.
kgv
More... about 10 years ago
Rewriting the documentation More... about 10 years ago
MarshallReader -> marshalReader More... about 10 years ago
Adding documentation inline. Moving Reset() to viper_test.go More... about 10 years ago