Skip to content

Releases: ufukty/gonfique

v1.1.0

06 Feb 08:47
Compare
Choose a tag to compare

Changes:

  • Lists are now supported.
  • Go keywords can now be used as keys in config file as they are translated into TitleCase before placed in Go code.
  • More tests.

Full Changelog: v1.0.0...v1.1.0

v1.1.0-pre

05 Feb 21:52
Compare
Choose a tag to compare
v1.1.0-pre Pre-release
Pre-release

Changes:

  • Lists are now supported.
  • Go keywords can now be used as keys in config file as they are translated into TitleCase before placed in Go code.
  • More tests.

v1.0.0

02 Feb 22:01
Compare
Choose a tag to compare

Features:

  • Automates defining config-matching struct type. Perfect to have always up-to-date config mapping.
  • Fields are ordered same at each run to make it easier to detect changes through source control
  • gonfique can be directed to reuse type definitions provided by user in type Config struct { ... } via -use <file> command

Full Changelog: https://github.com/ufukty/gonfique/commits/v1.0.0