Releases: driftingly/rector-laravel
Releases Β· driftingly/rector-laravel
0.26.2
What's Changed
Full Changelog: 0.26.1...0.26.2
0.26.1
What's Changed
Full Changelog: 0.26.0...0.26.1
0.26.0
What's Changed
- Adds EloquentWhereRelationTypeHintingParameterRector rule by @peterfox in #138
- Adds AppEnvironmentComparisonToParameterRector rule by @peterfox in #139
- Adds UseComponentPropertyWithinCommandsRector rule by @peterfox in #140
- Adds the EloquentWhereTypeHintClosureParameterRector by @peterfox in #141
- Adds the EloquentOrderByToLatestOrOldestRector rule by @peterfox in #142
- Update docs by @driftingly in #143
Full Changelog: 0.25.0...0.26.0
0.25.0
What's Changed
- Remove reverted Laravel 10 rule (getBaseQuery -> toBase) by @joelvh in #130
- Fix PHPStan ignored errors by @GeniJaho in #136
- Support Rector 0.18.3 by @GeniJaho in #135
- Remove MethodCallRename rule from Laravel80 ruleset by @ikari7789 in #134
- Add EloquentMagicMethodToQueryBuilderRector rule by @clementbirkle in #132
New Contributors
- @joelvh made their first contribution in #130
- @ikari7789 made their first contribution in #134
- @clementbirkle made their first contribution in #132
Full Changelog: 0.24.1...0.25.0
0.24.1
0.24.0
What's Changed
Full Changelog: 0.23.0...0.24.0
0.23.0
0.22.1
0.22.0
0.21.0
What's Changed
- Filter out internal PHP functions from set by @driftingly in #109
- New
now()->startOfDay()
totoday()
rule by @peterfox in #114 - Change use of
!blank()
and!filled()
to use the correct func by @peterfox in #113 - MethodNotAllowed assertion added by @peterfox in #112
- Adds docs for missing rules by @peterfox in #111
- substring to Str::startsWith or Str::endsWith by @peterfox in #116
- Move
ArgumentFuncCallToMethodCallRector
to package by @driftingly in #108
Full Changelog: 0.20.0...0.21.0