gotenv v1.2.0 Release Notes

Release Date: 2019-08-03 // over 4 years ago
  • ➕ 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.