Skip to content

Releases: Nexucis/lamenv

v0.5.2

15 Jan 14:21
7cf65d4
Compare
Choose a tag to compare

[BUGFIX] Fix the way to fill a slice when it contains already some elements

0.5.1

08 Jan 14:19
5f91d67
Compare
Choose a tag to compare

[BUGFIX] decode should stop when the truc is implementing TextUnmarshaller even if there is no env associated

0.5.0

14 Apr 09:26
8361a7f
Compare
Choose a tag to compare

[FEATURE] Support encoding.TextUnmarshaler and encoding.TextMarshaler

0.4.0

31 Mar 14:43
97fa537
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

[Change]: Support time.Duration type. "10s" can now be converted to a time.Duration
[Enhancement]: Update go to v1.18

0.3.1

27 Jan 14:06
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

[BugFix] fix regarding the way to get an environment variable when checking a field that can be omitempty

0.3.0

27 Jan 12:06
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

[BugFix] fix the way to retrieve the environment variable list. It was failing when the value was containing a "="

v0.2.0

19 Apr 14:04
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

[Enhancement]: Upgrade to golang v1.16
[BugFix]: fix the save of the field changed by a custom implementation of the interface Unmarshaler

v0.1.0

26 Jan 10:23
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the first release of the project.
It doesn't contain every possible feature (like a hooking system), but there is at least a minimum to start using it