Skip to content

Releases: iamolegga/enviper

v1.5.0

28 Apr 06:32

Choose a tag to compare

What's Changed

  • Switch to github.com/go-viper/mapstructure/v2 to support latest version of viper by @guywithnose in #19

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2: add support for maps with as value with primitive types

02 Oct 12:56

Choose a tag to compare

What's Changed

  • add support for maps with as value with primitive types by @d-enk in #16

New Contributors

  • @d-enk made their first contribution in #16

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

v1.4.1: fix unmarshal error when the tag contains omitempty

13 Sep 12:35
66e9666

Choose a tag to compare

What's Changed

  • fix unmarshal error when the tag contains omitempty by @garenchan in #15

New Contributors

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

v1.4.0: support custom tag

17 Jan 18:02

Choose a tag to compare

fix coverage publishing

Unmarshal env variables without config file (without support of `map`)

25 Aug 20:36

Choose a tag to compare

Support `Unmarshal` opts

29 Mar 04:33

Choose a tag to compare

v1.2.1

Add a way to pass viper.DecoderConfigOption to Unmarshal()

Support pointers

14 Dec 15:48

Choose a tag to compare

v1.2.0

ptr tests and docs

Support maps

04 Aug 08:27

Choose a tag to compare

v1.1.0

Support maps in configuration structure