Skip to content

Releases: tighten/duster

v0.3.2

25 Aug 20:20
f2459c9
Compare
Choose a tag to compare
  • Add PHP 7.3 compatibility (#34)

v0.3.1

12 Aug 00:17
bfeb7ab
Compare
Choose a tag to compare
  • Remove no-longer-needed .phpcs.cache from the init command (#33)

v0.3.0

08 Jul 19:48
Compare
Choose a tag to compare
  • Bump Tlint to ^6.0

v0.2.2

07 Jul 19:17
Compare
Choose a tag to compare
  • Add lint as a viable command

v0.2.1

13 Feb 21:34
Compare
Choose a tag to compare
  • Fix variable type in PHPCS filename in init

v0.2.0

13 Feb 21:30
Compare
Choose a tag to compare
  • Drop the idea of "publish" and instead require "init", which publishes a much simpler .phpcs.xml.dist to the local root

v0.2.0-rc.1

05 Feb 18:30
9320896
Compare
Choose a tag to compare
  • Fixes PHP version to include 8.0
  • Calling this a release candidate since it's a pre-1.0 anyway

v0.2.0-beta.6

03 Feb 22:35
Compare
Choose a tag to compare
  • Add init command to .gitignore .php_cs.cache
  • Add help command
  • Add publish command
  • Add (optional) GitHub Actions workflow for linting to init command
  • Source files when including in order to pass variables

v0.2.0-beta.5

03 Feb 05:25
Compare
Choose a tag to compare
  • Split PHPCS and PHP-CS-Fixer, including adding PHP-CS-Fixer lint and PHPCS fix (phpcbf)
  • Change syntax to now use duster to lint all, duster fix to fix all, and duster {tool} to lint and duster {tool} fix to fix

v0.2.0-beta.4

03 Feb 03:09
ba8d9cd
Compare
Choose a tag to compare
  • Convert from PSR-2 to PSR-12