Releases: tighten/tlint
Releases · tighten/tlint
v9.3.1
v9.3.0
What's Changed
- Allow blade files to have FQCN by @driftingly in #353
- Update test formatting by @driftingly in #354
- Bump symfony/process version (for Laravel 11) by @tonysm in #358
New Contributors
Full Changelog: v9.2.0...v9.3.0
v9.2.0
What's Changed
- Remove
UseAuthHelperOverFacade
linter and formatter by @driftingly in #351
Full Changelog: v9.1.1...v9.2.0
v9.1.1
What's Changed
- Fix dusting issues by @driftingly in #344
- Require request validation formatter to extend controller by @driftingly in #346
- Prevent duplicate imports with fully qualified facades by @driftingly in #347
- Add support for PHP 8.3 by @driftingly in #348
Full Changelog: v9.1.0...v9.1.1
v9.1.0
What's Changed
- Add checkstyle reporting option by @johnbacon in #343
New Contributors
- @johnbacon made their first contribution in #343
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
- Drop
tformat.json
config, use singletlint.json
by @driftingly in #337 - Remove excluded paths by @driftingly in #339
- Update fixture app by @driftingly in #342
Full Changelog: v8.0.3...v9.0.0
v8.0.3
What's Changed
- Update banner image by @driftingly in #333
- Add and run Duster by @driftingly in #332
- Fix issue with anon classes by @driftingly in #331
- Fix issue with comments in mailable classes by @driftingly in #336
- Fix issue with
SpaceAfterBladeDirectives
by @driftingly in #335
Full Changelog: v8.0.2...v8.0.3
v8.0.2
What's Changed
- Add PHP 8.2 to testing matrix by @driftingly in #330
- Fix namespace leading slash by @driftingly in #329
Full Changelog: v8.0.1...v8.0.2
v8.0.1
v8.0.0
What's Changed
- Add code methods to
BaseFormatter
by @driftingly in #302 - Add
replaceCodeLine
toBaseFormatter
by @driftingly in #305 - Add Ray by @driftingly in #306
- Add
Vite
facade by @driftingly in #307 - Change config property visibility to public by @driftingly in #321
- Code clean-up using Duster by @driftingly in #322
- Add
SpaceAfterBladeDirectives
formatter by @driftingly in #301 - Add
SpacesAroundBladeRenderContent
formatter by @driftingly in #303 - Add
NoLeadingSlashesOnRoutePaths
formatter by @driftingly in #309 - Clean up git blame with
.git-blame-ignore-revs
by @driftingly in #323 - Add
RequestValidation
formatter by @driftingly in #320 - Add
ArrayParametersOverViewWith
formatter by @driftingly in #317 - Add
MailableMethodsInBuild
formatter by @driftingly in #313 - Add
RemoveLeadingSlashNamespaces
formatter by @driftingly in #311 - Add
NoSpaceAfterBladeDirectives
formatter by @driftingly in #308 - Add
UseAuthHelperOverFacade
formatter by @driftingly in #304 - Add
OneLineBetweenClassVisibilityChanges
formatter by @driftingly in #318 - Add
RequestHelperFunctionWherePossible
formatter by @driftingly in #319 - 8.0 Release by @driftingly in #326
Full Changelog: v7.0.1...v8.0.0