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

Latest commit

 

History

History
16 lines (12 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 574 Bytes

0.0.4

  • Fix paths of fix-class-names generated patches not generated from working directory, preventing a direct pipe to |patch -p1 (GH-30)

0.0.3

  • 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)