- Implemented the base functionality of the ini config standard.
- Extended the standard to allow for nested sections via intentation.
- Extend standard to define a typing system for settings.
- Extend typing system to allow for sub-typing of container classes - allowing for initialisation and loading of container objects with complex objects.
- Add functionality to write config, either to string, filepath or handle given.
- Add interpolation of settings within the config
- Add eval as an type to allow for dynamically defined settings - along with a safetly parameter to ensure that malicious no arbitary code execution is performed.