Changelog

Unreleased

Added:

  • Documentation for using ConfigPath objects to specify file types (#20)

Fixed:

  • Reading from an empty JSON/YAML file results in load error (2fc94fa, 1346f3f).

20.4.3a (April 19, 2020)

Added:

  • Allow file formats to be hinted by wrapping as ConfigPath objects (#20).

  • The config precedence page in documentation (#13).

  • Logging on #17:

    • config value setting by environment variable and command-line argument.

    • watch function de/registration.

Changed:

  • Move changelog to the repo root and include it into docs.

Fixed:

  • None values from CL arg default passed through (447adc1).

  • Environment variable overridden by command-line argument if the latter does not default to None (#21).

20.4.2a (April 18, 2020)

Initial alpha version.