Added
- Added dependabot
- Added Action for publishing to PyPi
- Added CHANGELOG.md - Retroactively updated previous version releases
Changed
- Refactored comments to align with more recent coding practices
- Refactored structure of method definitions to align with more recent coding practices
- Refactored the logic for converting tuples and non-tuples to its own method called `_convert_keys_to_list`. this can be useful for inherited classes that may want to use this function. (9)
Fixed
- Fixed an empty config file being created on the file system when `file_must_exist = False` is used when instantiating the `Config` class. (8)