Releases: driftingly/rector-laravel
Releases · driftingly/rector-laravel
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
0.20.0
What's Changed
- Empty() to Blank() or Filled() refactor rule by @peterfox in #104
- Adds Gone, InternalServerError & ServiceUnavailable statuses to AssertStatusToAssertMethodRector by @peterfox in #105
- Fix Issue #78 - Error in Redirect::route() Method by @hirenkeraliya in #106
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
- Route callable improvement by @egorbwork in #101
New Contributors
- @egorbwork made their first contribution in #101
Full Changelog: 0.18.0...0.19.0
0.18.0
0.17.0
0.16.1
0.16.0
What's Changed
- Migrate to simplified accessors and mutators in Laravel 9 by @GeniJaho in #70
- Use full names for Facade aliases by @GeniJaho in #76
- Support for rector 0.15 by @cappuc in #91
- Add ability to auto downgrade tag release by @driftingly in #92
- Add ReplaceFakerInstanceWithHelperRector by @GeniJaho in #77
- Add Laravel 10 upgrade rules by @GeniJaho in #89
New Contributors
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
- Support updating an existing return type with generics by @rene-bos in #75
- Remove
code_analysis
action by @driftingly in #80 - Update some workflow actions by @rene-bos in #81
- Fix
check-active-classes
and re-enable code_analysis workflow by @rene-bos in #83 - Fix code-style using
fix-cs
command by @rene-bos in #84 - Don't run Rector on forks by @rene-bos in #85
- Fix Rector job on PR to main repository by @rene-bos in #86
- Don't run Rector job inside forks by @rene-bos in #87
- Add TChildModel for relations with childs in
AddGenericReturnTypeToRelationsRector
by @rene-bos in #82
Full Changelog: 0.14.2...0.15.0