Skip to content

Releases: neilime/php-css-lint

Version 3.0.0

04 Mar 17:13
Compare
Choose a tag to compare

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] where bool define if the property is allowed or not
  • Remove PHP 7.4 support

⚡ Added

🙏 Contributors :

Version 2.2.0

09 Jul 09:32
Compare
Choose a tag to compare

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

08 Nov 10:46
Compare
Choose a tag to compare

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

09 Oct 13:43
4d1f52a
Compare
Choose a tag to compare

Version 2.0.0

⚡ Added :

  • Supports only php supported Versions (^7.2)

Version 1.1.0

09 Apr 13:06
ac0cb27
Compare
Choose a tag to compare

Add new feature for script : Take CSS in from STDIN

Version 1.0.1

01 Apr 16:49
1824a72
Compare
Choose a tag to compare

Improve autoloading

Version 1.0.0

18 Jan 18:47
Compare
Choose a tag to compare
Update README.md