- Added utility functions to convert environment variables
Changed
- Updated documentation on `Config.load_from_yaml` usage. - Updated method `Config.getenv` to accept two additional parameters: `default` and `converter`.
0.1.2
Added
- Added usage of nox package for test automation.
Changed
- Changed .travis.yml and appveyor.yml to take in account nox. - Replaced pipenv by poetry to better manage package dependencies.
0.1.1
Added
- Added the link to the documentation in README.md.