- Support JSON serialization of configurations
- Remove dirty functionality to retain consistent data access
- Allow setting configuration as immutable
- Delegate more methods from config instance to underlying data instance
- Add initial support for auto reloading configuration
- Update
Bogo::Config
to behave more likeSmash
- Make XML usage more consistent and apply type formats
- Add
Configuration
class for cleaner struct usage - Add test coverage
- Initial release