1.1.0
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
tonth
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()
todispatch(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