Releases: antonmashko/envconf
Releases · antonmashko/envconf
v1.4.6
What's Changed
- update readme by @antonmashko in #49
- fix: missing interface define by @antonmashko in #50
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- support slice of struct in external source by @antonmashko in #35
- extarnal source: added direct unmarshal by @antonmashko in #36
- internal: interface support by @antonmashko in #37
- fix: added ptr type handling to parser callbacks by @antonmashko in #38
- fix: panic on private field pointer by @antonmashko in #39
- fix: correct variable on CanSet check by @antonmashko in #40
- feat: improved handling elements in collections by @antonmashko in #41
- fix: minor fixes in fieldType by @antonmashko in #42
- v1.4 External to Options by @antonmashko in #43
- External Env Injection by @antonmashko in #44
- fix: Env injection in collection by @antonmashko in #45
- Empty interface support by @antonmashko in #46
- Feat/bytes by @antonmashko in #48
- Feat/custom external injection by @antonmashko in #47
Full Changelog: v1.3.2...v1.4.5
v.1.3.1
What's Changed
- handling extra options in tag by @antonmashko in #29
- fix removing spaces from string by @antonmashko in #31
- Options by @antonmashko in #32
- #28 yaml support by @antonmashko in #30
- #24 encoding.TextUnmarshaller & encoding.BinaryUnmarshaller support by @antonmashko in #33
Full Changelog: v1.2.0...v1.3.1
v1.2.0
What's Changed
- 19 collections by @antonmashko in #23
- Bump actions/setup-go from 3 to 4 by @dependabot in #25
- Bump actions/checkout from 3 to 4 by @dependabot in #26
- flexible logic for external source by @antonmashko in #27
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- #13 complex type support by @antonmashko in #17
- #15 net.IP support by @antonmashko in #18
- #12 prefix and config name autogen by @antonmashko in #21
- #19 collections
- #22 time.Time support
Full Changelog: v1.1.0...v1.1.3
v1.1.0
Added pointers type support