Skip to content

Releases: ilyakaznacheev/cleanenv

Fix env-default overwrite

21 Apr 10:37
v1.2.2
5c00d86
Compare
Choose a tag to compare

FIx yaml tags

07 Feb 11:57
v1.2.1
367ca27
Compare
Choose a tag to compare
  • yml changed to yaml according to yaml package documentation
  • other minor fixes
  • documentation fixes

New Time Release

16 Dec 20:43
v1.2.0
1a2d8bb
Compare
Choose a tag to compare
  • time.Time support;
  • new logo;
  • small fixes;
  • documentation updates;

Better code

09 Dec 11:40
v1.1.5
a778fd2
Compare
Choose a tag to compare
  • remove meta instructions recursion
  • split value parsing function into a couple of functions
  • remove returns from else closures
  • fix example

New tests

07 Dec 06:24
v1.1.4
71654cd
Compare
Choose a tag to compare
  • Some new tests were added

Documentation update

05 Dec 15:51
v1.1.3
a5b75ca
Compare
Choose a tag to compare
  • Add integration documentation
  • Update code snippets

Documentation fixes and tests

05 Dec 09:51
v1.1.2
dc1dbed
Compare
Choose a tag to compare
  • Add tests for ReadConfig
  • Fix typos in godoc
  • Fix code formatting in readme

New tests and typo fixes

25 Oct 19:43
v1.1.1
Compare
Choose a tag to compare
  • Add tests for ReadConfig
  • Fix typos in godoc

Usage functions and env file support

30 Jul 09:28
v1.1.0
996b9e2
Compare
Choose a tag to compare

New features:

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

Other:

  • Bug fixes
  • Documentation updates
  • CI update

Documentation update

23 Jul 12:05
v1.0.1
71f6a00
Compare
Choose a tag to compare

Package documentation updates:

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