Version 3.0.0
Version 3.3.0
💥 Breaking changes
- Internal changes:
- Move
\CssLint\Propertiesmethods and properties to non static - Move
\CssLint\Propertiesarray properties from['property' => '']to['property' => bool]wherebooldefine if the property is allowed or not
- Move
- Remove PHP 7.4 support
⚡ Added
- Improve
cliusage: https://github.com/neilime/php-css-lint/wiki/Usage#display-man-page - Allows configure linter from command line: https://github.com/neilime/php-css-lint/wiki/Usage#customize-linter-properties
- Allows to configure linter from php script without overriding
\CssLint\Properties - Add PHP 8 support
- Add property for indentation allowed chars.
- Upgrade dependencies