All Versions
7
Latest Version
Avg Release Cycle
532 days
Latest Release
665 days ago

Changelog History

  • v1.4.0 Changes

    June 02, 2022

    โž• Added

    • โž• Add Marshal and Unmarshal helpers

    ๐Ÿ”„ Changed

    • ๐Ÿ‘• The CI will now run a linter and the tests on PRs.
  • v1.3.0 Changes

    May 23, 2022

    โž• Added

    • ๐Ÿ‘Œ Support = within double-quoted strings
    • โž• Add support for multiline values

    ๐Ÿ”„ Changed

    • OverLoad prefer environment variables over local variables
  • v1.2.0 Changes

    August 03, 2019

    โž• Added

    • โž• Add Must helper to raise an error as panic. It can be used with Load and OverLoad.
    • โž• Add more tests to be 100% coverage.
    • โž• Add CHANGELOG
    • โž• Add more OS for the test: OSX and Windows

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ Reduce complexity and improve source code for having A+ score in goreportcard.
    • โšก๏ธ Updated README with mentions to all available functions

    โœ‚ Removed

    • โœ‚ Remove ErrFormat
    • โœ‚ Remove MustLoad and MustOverload, replaced with Must helper.
  • v1.1.1 Changes

    June 05, 2018

    ๐Ÿ”„ Changed

    • Replace os.Getenv with os.LookupEnv to ensure that the environment variable is not set, by radding
  • v1.1.0 Changes

    March 20, 2017

    โž• Added

    • ๐Ÿ‘Œ Supports carriage return in env
    • ๐Ÿ– Handle files with UTF-8 BOM

    ๐Ÿ”„ Changed

    • Whitespace handling

    ๐Ÿ›  Fixed

    • Incorrect variable expansion
    • Handling escaped '$' characters
  • v1.0.0 Changes

    October 05, 2014

    ๐Ÿš€ First stable release.

  • v0.1.0

    September 04, 2013