All Versions
7
Latest Version
Avg Release Cycle
532 days
Latest Release
922 days ago
Changelog History
Changelog History
-
v1.4.0 Changes
June 02, 2022โ Added
- โ Add
Marshal
andUnmarshal
helpers
๐ Changed
- ๐ The CI will now run a linter and the tests on PRs.
- โ Add
-
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 withLoad
andOverLoad
. - โ 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
andMustOverload
, replaced withMust
helper.
- โ Add
-
v1.1.1 Changes
June 05, 2018๐ Changed
- Replace
os.Getenv
withos.LookupEnv
to ensure that the environment variable is not set, by radding
- Replace
-
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