Releases: tighten/duster
Releases · tighten/duster
v0.4.0
What's Changed
- Add
phpcodesniffer-composer-installer
info to readme by @driftingly in #38 - Drop support for 7.3 and add 8.1 by @driftingly in #39
- Update GitHub actions by @driftingly in #42
- Add Pint, PHP-CS-Fixer, and reconfigure by @driftingly in #43
- Update the pint section of the readme by @driftingly in #44
- Add custom
UseConfigOverEnv
sniff by @driftingly in #46 - Bump TLint to version 7.0 by @driftingly in #45
Full Changelog: v0.3.2...v0.4.0
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