Releases: tighten/duster
Releases · tighten/duster
v0.3.2
v0.3.1
v0.3.0
- Bump Tlint to ^6.0
v0.2.2
- Add
lint
as a viable command
v0.2.1
- Fix variable type in PHPCS filename in
init
v0.2.0
- 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
- 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
- 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
- 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, andduster {tool}
to lint andduster {tool} fix
to fix
v0.2.0-beta.4
- Convert from PSR-2 to PSR-12