Releases: neilime/php-css-lint
Releases · neilime/php-css-lint
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
🙏 Contributors :
Version 2.2.0
Version 2.2.0
⚡ Added
- Upgrade dependencies
🏗️ Chore
- Move continuous integration to Github Actions
- Add PHP Code sniffer to continuous integration workflow
- Add PHP Stan to continuous integration workflow
🙏 Contributors :
Version 2.1.0
Version 2.1.0
⚡ Added :
- Linter constructor accepts an optional instance of the "\CssLint\Properties" helper.
- Make Properties class static.
- Add arguments and return types.
- Add JSON extension as a dependency.
🐛 Fixed :
- Fix typos.
🙏 Contributors :
Version 2.0.0
Version 2.0.0
⚡ Added :
- Supports only php supported Versions (^7.2)
Version 1.1.0
Add new feature for script : Take CSS in from STDIN
Version 1.0.1
Improve autoloading
Version 1.0.0
Update README.md