Skip to content

Releases: luizvnasc/gonfig

Fixed v2 major version

11 Sep 15:04
bc606ad
Compare
Choose a tag to compare

Fixed v2 major version.

Environment Variables supported.

18 Dec 19:13
Compare
Choose a tag to compare

Change log

  • Added support to environmet variables

Breaking changes

  • Now on call gonfig.Load the struct that will be populated is the first parameter and the path is no longer mandatory.

TOML

17 Dec 02:50
a6233da
Compare
Choose a tag to compare

Change log

  • Added toml support.

YAML!

16 Dec 20:52
5b8ded2
Compare
Choose a tag to compare

Change Log

  • Added YAML support.

Tests improved

16 Dec 18:42
b318aa4
Compare
Choose a tag to compare

Change log

  • Tests improved
  • Fixed misspelling

Minor refactor

16 Dec 18:12
7c87f1a
Compare
Choose a tag to compare

Change Log

  • Load function splitted into mor function based on its funcionality.
  • Added v in the version tag.

XML support

15 Dec 03:01
e0da408
Compare
Choose a tag to compare

XML

  • XML files are now supported.

Project structure

  • config files for tests are now in the test folder.

JSON support

15 Dec 01:47
7042617
Compare
Choose a tag to compare

1.0.0

  • Created json support (The only one until now);
  • Created examples.