Releases: spf13/viper
Releases · spf13/viper
v1.7.1
v1.7.0
This release mostly contains bug and security fixes, but there are a few new features as well:
- The unmaintained github.com/xordataexchange/crypt has been replaced with github.com/bketelsen/crypt
- Added firestore support as a remote config source (thanks @alxmsl)
Release v1.6.3
Fixes uninstallable library on clean GOPATH
Fix extensionless config lookup
Fix config path lookup
This is a patch release fixing a bug introduced in v1.6.0
v1.6.0
Changes
Added
- Global
UnmarshalExact
method StringReplacer
interface for custom environment key replacing logic- GolangCI Lint
- INI support
- Key delimiter made configurable
- Support for config files without extensions
Changed
- Moved to GitHub actions build from Travis
Fixed
IsSet
no longer returns true when an unset key has a flags boundSafeWriteConfigAs
works as expected
Happy Holidays!
v1.5.0
Documentation and other fixes