Skip to content

Releases: ilyakaznacheev/cleanenv

First version

18 Jul 16:42
v1.0.0
608905b
Compare
Choose a tag to compare

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;