Library Refactor
This is a major refactor, focusing on simplifying the library and splitting out the storage/retrieval aspect to SettingModel. Highlights:
- Simplified to two scopes: global or not
- New magic Config class for easy template access
- Dropped many unnecessary classes, huge code reduction
- Numerous bugs fixed
- Full test coverage
Consult the Upgrade Guide and Changelog for more details.