All Versions
131
Latest Version
Avg Release Cycle
2 days
Latest Release
-

Changelog History
Page 1

  • v7.43 Changes

    ๐Ÿ›  Fixed

    • [#3644] [Sensio] Fix nested function scope of return
  • v0.8.29 Changes

    October 16, 2020

    โž• Added

    • [#4424] add doctrine embedded php doc node
    • [#4427] add $parameters->set(Option::ENABLE_CACHE, true) to readme config, Thanks to [@samsonasik]

    ๐Ÿ”„ Changed

    • [#4430] [DeadCode] Improve unused private property detection
    • [#4431] [NodeAnalyzer] Check property fetch for read
    • โฌ‡๏ธ [#4404] [Downgrade PHP 7.4] Support iterable pseudo-type when downgrading the array spread, Thanks to [@leoloso]

    โœ‚ Removed

    • โฌ‡๏ธ [#4392] [Downgrade PHP7.3] Remove unneeded params from list(), and even remove list(), Thanks to [@leoloso]
  • v0.8.28 Changes

    October 15, 2020

    ๐Ÿ”„ Changed

    -

    ๐Ÿ›  Fixed

    • ๐Ÿšš [#4422] [DeadCode] Fix binary different nesting in RemoveOverriddenValuesRector
  • v0.8.27 Changes

    October 15, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿšš [#4420] [DeadCode] Make RemoveUnusedPrivateClassConstantRector skip enum
    • ๐Ÿšš [#4419] [DeadCode] Make RemoveUnusedPrivateClassConstantRector skip enum
  • v0.8.26 Changes

    October 15, 2020
    • [#4417] [DeadCode] Various improvements
  • v0.8.25 Changes

    October 15, 2020
    • ๐Ÿšš [#4412] decouple CommentRemover
    • โฌ‡๏ธ [#4408] Downgrade Rector to PHP 7.1 - Use same signature for prettyPrintFile as in PrettyPrinterAbstract, Thanks to [@leoloso]

    โœ‚ Removed

    • ๐Ÿšš [#4411] [DeadCode] Remove php-doc from remove params
  • v0.8.24 Changes

    October 14, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿšš [#4409] [DeadCode] Improve parent and current type comparison on RemoveDelegatingParentCallRector
    • [#4405] reactivate coverage report, Thanks to [@samsonasik]
  • v0.8.23 Changes

    October 14, 2020
    • ๐Ÿ”จ [#4400] [Defluent] Refactoring to multiple rules
  • v0.8.22 Changes

    October 13, 2020
    • [#4395] [SOLID] Change if && to early return (process nested ifs), Thanks to [@dobryy]
  • v0.8.20 Changes

    October 12, 2020

    โž• Added

    • [#4394] [PHP 7.4] Add null on conditional type of property type

    ๐Ÿ”„ Changed

    • ๐Ÿš‘ [#4399] hotfix mysql connection resolving