Skip to content

Library Refactor

Choose a tag to compare

@MGatner MGatner released this 26 May 14:50
· 21 commits to master since this release
c7241f1

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.