All Versions
3
Latest Version
Avg Release Cycle
265 days
Latest Release
2052 days ago

Changelog History

  • v1.3.0 Changes

    September 11, 2018

    โž• Added in this version:

  • v1.2.0 Changes

    September 20, 2017

    โž• Added in this version:

    • โž• Added Marshal, Unmarshal, and Write methods to write .env files back to disk (or string) #35 #41 #42 thanks @alexquick
    • โž• Added Parse(r io.Reader) to read env out of streams #36 thanks @pda
    • ๐Ÿ“œ Small parsing fixes #34 thanks @alexquick
    • Some repository quality of life stuff #33 thanks @crash7
  • v1.1 Changes

    March 30, 2017

    ๐Ÿš€ Semver release as requested in #23

    Includes

    • โž• Adding Overload method to overwrite existing ENV #13
    • ๐Ÿ”„ Change Read to always return what's read rather than what's read that isn't already in ENV #8
    • ๐Ÿ– Handle more errors #22