v0.2.0
What's Changed
- Nested Prefixing by @syntaqx in #5
- Error signature refactoring by @syntaqx in #6
- Provides
Get
aliasGetString
for convention - Adds support for multiple
default
slice 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, err
signature to match this
Full Changelog: v0.1.1...v0.2.0