Skip to content

Releases: driftingly/rector-laravel

1.2.4

12 Sep 12:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

09 Sep 21:30
Compare
Choose a tag to compare

Bugfixes πŸ›

  • Bump to Rector 1.2.5 and fix compatible of isObjectType() usage to use ClassLike instead of ClassMethod by @samsonasik in #247

Full Changelog: 1.2.2...1.2.3

1.2.2

02 Sep 19:29
Compare
Choose a tag to compare

New Rules & Features πŸš€

  • Add AvoidNegatedCollectionFilterOrRejectRector by @spawnia in #234
  • Improve documentation about sets by @spawnia in #237
  • Livewire computed property class method to Computed Attribute by @peterfox in #236
  • Add CarbonSetTestNowToTravelToRector rule by @tamiroh in #240
  • Adds the ReverseCondiationableMethodCallRector by @peterfox in #245
  • Adds the TypeHintTappableCallRector by @peterfox in #244

Bugfixes πŸ›

New Contributors πŸ₯³

Full Changelog: 1.2.1...1.2.2

1.2.1

30 Jul 17:02
Compare
Choose a tag to compare

New Rules & Features πŸš€

  • Update README.md with available sets by @GeniJaho in #209
  • Adds the ArrayAccess to Method Call set by @peterfox in #218
  • Update laravel-arrayaccess-to-method-call.php by @peterfox in #226
  • Update laravel-container-string-to-fully-qualified-name.php by @peterfox in #232
  • Livewire set and first rule for QueryString to Url attributes by @peterfox in #222

Bugfixes πŸ›

  • Fix FactoryDefinitionRector to work with arrow functions by @GeniJaho in #214
  • Add missing renames for dispatchNow method on Jobs by @GeniJaho in #219
  • Fix redundant default arguments in Laravel 9 Set by @GeniJaho in #221
  • Use FullyQualified for class instead of Name by @megawubs in #225
  • Update laravel-container-string-to-fully-qualified-name.php by @peterfox in #227
  • Fix test reference in AssertStatusToAssertMethodRector by @spawnia in #233
  • Add failing test for jobs imported as alias by @Sparclex in #224
  • Fix DispatchNonShouldQueueToDispatchSyncRector for aliased jobs by @GeniJaho in #230
  • Clean up via rector / linting by @peterfox in #223
  • Fix code style by @GeniJaho in #229
  • Fix JSON GET calls with the route helper by @GeniJaho in #231

New Contributors πŸ₯³

Full Changelog: 1.2.0...1.2.1

1.2.0

03 May 16:09
Compare
Choose a tag to compare

What's Changed

  • Remove redundant rule in laravel-static-to-injection set by @GeniJaho in #208

Full Changelog: 1.1.1...1.2.0

1.1.1

03 May 16:08
Compare
Choose a tag to compare

What's Changed

  • Remove redundant ArgumentAdderRector for nullable arguments by @GeniJaho in #203
  • Update readme to add contributors by @driftingly in #204
  • Bugfix when queueing closures they were mistaken as non-queable jobs by @j3j5 in #206
  • Fix typos by @szepeviktor in #207
  • Fix JsonCallToExplicitJsonCallRector by skipping invalid GET requests by @GeniJaho in #211

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

27 Mar 16:18
Compare
Choose a tag to compare

What's Changed

  • Adds a fix for ThrowIfRector causing issues with assigned vars by @peterfox in #181
  • Adds the ThrowIFAndThrowUnlessExceptionsToUseClassStringRector rule by @peterfox in #180
  • Validation Rule string value to Array by @peterfox in #183
  • Allow RouteActionCallableRector to work with \Route calls by @GeniJaho in #185
  • Drop renaming collection every to nth by @driftingly in #188
  • Dispatch to DispatchSync with non queueable job by @peterfox in #182
  • Adds ReplaceServiceContainerCallArgRector by @peterfox in #189
  • Add rule to convert MyJob::dispatch() to dispatch(new MyJob()) by @bram-pkg in #193
  • Add nikic/php-parser and sort packages by @peterfox in #196
  • Refactor to stop using AbstractScopeAwareRector by @peterfox in #195
  • Github Badges by @peterfox in #197
  • Refactor If statements to use helpers with conditionals and provides a set by @peterfox in #194
  • Adds a set to refactor service names to interfaces/classes by @peterfox in #192
  • Keep PhpDocs when migrating to the new casts() method by @GeniJaho in #198
  • Add missing ShouldQueue stub by @GeniJaho in #202
  • [Laravel110] Blueprint geometry columns by @peterfox in #201

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

07 Feb 18:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.41.0...1.0.0

0.41.0

05 Feb 18:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.40.0...0.41.0

0.40.0

27 Jan 23:05
Compare
Choose a tag to compare

What's Changed

  • Add method exclusions for EloquentMagicMethodToQueryBuilderRector by @tanerkay in #171
  • [Fix] EloquentMagicMethodToQueryBuilderRector provides incorrect doc sample by @peterfox in #172
  • [Laravel110] Adds ModelCastsPropertyToCastsMethodRector rule by @peterfox in #173

New Contributors

Full Changelog: 0.30.0...0.40.0