All Versions
16
Latest Version
Avg Release Cycle
50 days
Latest Release
1619 days ago

Changelog History
Page 2

  • v5.1.1 Changes

    April 29, 2019
  • v5.1.0 Changes

    April 29, 2019
    • ๐Ÿ‘Œ improved unexported fields handling
  • v5.0.0 Changes

    April 25, 2019
    • ๐Ÿ”จ major refactor
    • โœ‚ removed OnEnvVarSet
    • ๐Ÿ‘Œ improved error messages
    • 0๏ธโƒฃ default custom parsers for durations and urls

    Check the diff for more info!

  • v4.0.0 Changes

    March 08, 2019
    • โœ… no longer testing on go versions bellow 1.10.x
    • โœ… now testing on go 1.12.x
    • โž• added go.mod and etc so it should work better with go modules
    • โž• added nested struct support
    • โž• added more native types
  • v3.5.0 Changes

    October 20, 2018

    ๐Ÿ›  A little change in behavior / bugfix (#52) and we are now also testing agains go 1.9, 1.10 and 1.11!

  • v3.4.0 Changes

    September 22, 2018
    • ๐Ÿ‘ 998eb22 feat: Add ExpandVar tag to support variable expansion (#57)
    • ๐Ÿ“œ c4f2804 feat(parsing): Added encoding.TextUnmarshaler support (#53)
    • f8dab76 adds a general-purpose per-field callback (#51)
    • 3ce33ec ref.Field(i) is non-trivial, so one call per iter should well suffice (#51)