Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Releases: QafooLabs/php-refactoring-browser

v0.1

14 Apr 11:41
Compare
Choose a tag to compare

Many fixes and improvements to all existing refactorings.

v0.0.4

17 Aug 22:38
Compare
Choose a tag to compare
  • Fix paths of fix-class-names generated patches not generated from working directory, preventing a direct pipe to |patch -p1 (GH-30)

v0.0.3

17 Aug 21:00
Compare
Choose a tag to compare
  • Fixed support for fix-class-names command. This includes
    various fixes that are aggreated under the GH-28, GH-29, GH-19
    and GH-20. The command is now much more robust and does
    not create false/positives anymore.
  • Added optimize-use <file> command that will convert all
    relative or absolute usages of namespaces into use statements,
    leaving only the last part at the occuring position.
    (by @pscheit)