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

Releases: QafooLabs/php-refactoring-browser

v0.1

Choose a tag to compare

@beberlei beberlei released this 14 Apr 11:41

Many fixes and improvements to all existing refactorings.

v0.0.4

Choose a tag to compare

@beberlei beberlei released this 17 Aug 22:38
  • 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

Choose a tag to compare

@beberlei beberlei released this 17 Aug 21:00
  • 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)