Cleanenv Versions Save

✨Clean and minimalistic environment configuration reader for Golang

v1.2.2

4 years ago

#40 fixed

v1.2.1

4 years ago
  • yml changed to yaml according to yaml package documentation
  • other minor fixes
  • documentation fixes

v1.2.0

4 years ago
  • time.Time support;
  • new logo;
  • small fixes;
  • documentation updates;

v1.1.5

4 years ago
  • remove meta instructions recursion
  • split value parsing function into a couple of functions
  • remove returns from else closures
  • fix example

v1.1.4

4 years ago
  • Some new tests were added

v1.1.3

4 years ago
  • Add integration documentation
  • Update code snippets

v1.1.2

4 years ago
  • Add tests for ReadConfig
  • Fix typos in godoc
  • Fix code formatting in readme

v1.1.1

4 years ago
  • Add tests for ReadConfig
  • Fix typos in godoc

v1.1.0

4 years ago

New features:

  • .env config file native support
  • Usage function
  • FUsage function
  • Tests

Other:

  • Bug fixes
  • Documentation updates
  • CI update

v1.0.1

4 years ago

Package documentation updates:

  • new example tests;
  • readme update;
  • godoc update.