2020-11-14
- Added PHP 8 support
- Removed Scrutinizer analysis
- Updated PHPCS checker and fixer norm to PSR-12
- Helpers naming breaking changes
2020-08-11
- Added support for Laravel 8
- Dropped support for Laravel 5.8 and 6
- Dropped support for PHP 7.2 and 7.3
2020-03-03
- Added testing files to .gitattributes export-ignore
2020-02-18
- Dropped support for Laravel 5.5, 5.6 and 5.7
- Added support for Laravel 7
2019-09-04
- Added support for Laravel 6
- Dropped support for php 7.1
2019-08-02
- Fixed
html_attributes()
feature which was adding a space before the returned value, even if it was supposed to be an empty space
2019-08-02
html_classes()
andhtml_attributes()
helpers are now callable directly after a html tag : they do add a space if the helper returns something and no space if nothing is returned
<div{{ html_classes(<your dynamic classes>) }}></div>
2019-02-07
- Updated treatment to return an empty string when the classes list to return is empty