All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Nothing yet.
0.6.0 - 2017-07-31
- Add ObjectCalisthenics checks.
- Bump minimum PHP to 7.1
0.5.0 - 2017-07-22
- Add Dependencies brick which uses
brightnucleus/dependencies
. Props Craig Simpson.
- Replace use of
UNSET
class constant withUNREGISTER
. Props Craig Simpson. - Fix spelling of "Toolkit" in file header comment. Props Craig Simpson.
0.4.0 - 2017-06-28
- Introduce ThemeToolkit::applyBricks() method.
0.3.0 - 2017-06-26
- Add static method for when walking through bricks array.
0.2.0 - 2017-06-26
- Don't use UNSET as Templates constant (reserved word).
- Fix change log links.
- Use
self::
instead ofstatic::
for referencing constants inside classes.
- Initial release.