All Versions
14
Latest Version
Avg Release Cycle
30 days
Latest Release
1348 days ago

Changelog History
Page 2

  • v1.1.1 Changes

    October 25, 2019
    • βž• Add tests for ReadConfig
    • πŸ›  Fix typos in godoc
  • v1.1.0 Changes

    July 30, 2019

    πŸ†• New features:

    • πŸ‘ .env config file native support
    • Usage function
    • FUsage function
    • βœ… Tests

    Other:

    • πŸ› Bug fixes
    • πŸ“š Documentation updates
    • ⚑️ CI update
  • v1.0.1 Changes

    July 23, 2019

    πŸ“š Package documentation updates:

    • πŸ†• new example tests;
    • ⚑️ readme update;
    • ⚑️ godoc update.
  • v1.0.0 Changes

    July 18, 2019

    πŸ”§ Main configuration reader logic was implemented:

    • read from config file:
      • yaml;
      • json;
      • toml;
    • read from environment variables:
      • read from many;
      • defaults;
    • description;
    • custom field value setters;
    • ⚑️ custom field value updaters;