Releases: gamajo/theme-toolkit
Releases · gamajo/theme-toolkit
0.6.0
Added
- Add ObjectCalisthenics checks.
Changed
0.5.0
Added
- Add Dependencies brick which uses
brightnucleus/dependencies
. Props Craig Simpson.
Fixed
- Replace use of
UNSET
class constant with UNREGISTER
. Props Craig Simpson.
- Fix spelling of "Toolkit" in file header comment. Props Craig Simpson.
0.4.0
Changed
- Introduce ThemeToolkit::applyBricks() method.
0.3.0
Added
- Add static method for when walking through bricks array.
0.2.0
Fixed
- Don't use UNSET as Templates constant (reserved word).
- Fix change log links.
Changed
- Use
self::
instead of static::
for referencing constants inside classes.