Skip to content

Releases: pcelvng/go-config

v0.2.0

23 Jun 16:28
c5c421a
Compare
Choose a tag to compare

v0.2.0

  • Refactored the "show" package.
  • Updated help msg rendering for env and flag help messages.
  • Created a new "node" package for abstracting away the struct reflection.
  • Updated the "encode" interfaces.
  • Updated the flag and env packages to use the new "node" package.
  • Misc realignment and fixes.
  • Refactor main config package.

0.1.1

04 Sep 19:43
cdad9ba
Compare
Choose a tag to compare
  • Updated col width before wrapping flag and show output.

0.1.0

03 Sep 00:08
04a7128
Compare
Choose a tag to compare
  • Full support as described in the README for flags and environment variables.
  • Provisional support for file types (some tags are not yet implemented).