Skip to content

Releases: ilyakaznacheev/cleanenv

Add TextUnmarshaler support, publish methods and bugfixes

20 Jul 13:23
f90df63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

Add more info about env parsing errors

14 Dec 12:09
6c23856
Compare
Choose a tag to compare

What's Changed

  • added basic context to the error message on what went wrong by @jdvjdv82 in #104

New Contributors

Full Changelog: v1.4.1...v1.4.2

Skip unexpected fields

22 Nov 20:55
7878a2c
Compare
Choose a tag to compare

What's Changed

  • Fix bug: skip no exported field on readStructMetadata by @838239178 in #107

New Contributors

  • @838239178 made their first contribution in #107

Full Changelog: v1.4.0...v1.4.1

Add time.Location support

11 Oct 07:01
3bb055c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

Replace deprecated TOML parsing function call

10 Oct 13:19
130ef83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

Bump versions, minor fixes

10 Jun 09:24
5423d73
Compare
Choose a tag to compare
  • bump dependency versions
  • url support in variables
  • security patch

YAML parser upgraded

09 Dec 11:41
7a15cb0
Compare
Choose a tag to compare
  • gopkg.in/yaml v2 -> v3

Better godoc

15 Aug 19:02
v1.2.5
79220a7
Compare
Choose a tag to compare

Add couple of sentences to godoc to help new users start with ease.

Add required fields check

14 Jun 18:23
v1.2.4
4eefa52
Compare
Choose a tag to compare
  • required field check with a new tag env-required.

Add EDN support

25 Apr 12:55
v1.2.3
b14a753
Compare
Choose a tag to compare

Now we can parse configs from EDN config files