v0.2.0
What's Changed
- Nested Prefixing by @syntaqx in #5
- Error signature refactoring by @syntaqx in #6
- Provides
GetaliasGetStringfor convention - Adds support for multiple
defaultslice values throughdefault=[one,two,three]- Does not require the brackets if there is only 1 default item.
Breaking Changes
- Refactors to a
val, err := Get("ENV")based signature - Changes most functions to a
val, errsignature to match this
Full Changelog: v0.1.1...v0.2.0