Releases · ilyakaznacheev/cleanenv · GitHub
Skip to content

Releases: ilyakaznacheev/cleanenv

Add TextUnmarshaler support, publish methods and bugfixes

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 20 Jul 13:23
f90df63

What's Changed

New Contributors

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

Add more info about env parsing errors

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 14 Dec 12:09
6c23856

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

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 22 Nov 20:55
7878a2c

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

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 11 Oct 07:01
3bb055c

What's Changed

New Contributors

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

Replace deprecated TOML parsing function call

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 10 Oct 13:19
130ef83

What's Changed

New Contributors

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

Bump versions, minor fixes

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 10 Jun 09:24
5423d73
  • bump dependency versions
  • url support in variables
  • security patch

YAML parser upgraded

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 09 Dec 11:41
7a15cb0
  • gopkg.in/yaml v2 -> v3

Better godoc

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 15 Aug 19:02
v1.2.5
79220a7

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

Add required fields check

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 14 Jun 18:23
v1.2.4
4eefa52
  • required field check with a new tag env-required.

Add EDN support

Choose a tag to compare

@ilyakaznacheev ilyakaznacheev released this 25 Apr 12:55
v1.2.3
b14a753

Now we can parse configs from EDN config files