Skip to content

v0.2.0

Compare
Choose a tag to compare
@syntaqx syntaqx released this 18 Jul 04:31
· 12 commits to main since this release
021a772

What's Changed

  • Nested Prefixing by @syntaqx in #5
  • Error signature refactoring by @syntaqx in #6
  • Provides Get alias GetString for convention
  • Adds support for multiple default slice values through default=[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