2.0.0
What's Changed
- Add docs for module responsibilities and critical paths by @circlecube in #25
- Add feature via Features Module by @circlecube in #26
Breaking Changes
- This release introduces the features module for loading the module. It no longer loads via the module loader. Plugins need to require the features module and instantiate the Features singleton in order for this version to load.
Features::getInstance();
Full Changelog: 1.3.3...2.0.0