Version 3.0.0
Version 3.3.0
💥 Breaking changes
- Internal changes:
- Move
\CssLint\Properties
methods and properties to non static - Move
\CssLint\Properties
array properties from['property' => '']
to['property' => bool]
wherebool
define if the property is allowed or not
- Move
- Remove PHP 7.4 support
⚡ Added
- Improve
cli
usage: 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