Phpactor v0.7.0 Release Notes

Release Date: 2018-07-02 // almost 6 years ago
  • 🔋 Features:

    • [CodeTransforn] Extract expression
    • [Application] Changed behavior of Transform command: accepts globs, shows diffs and writes to files (rather than just dumping them to stdout if they changed).
    • [Completion] Support constant completion
    • [Application] Use version from composer instead of hard-coded version. Thanks @weirdan

    👌 Improvements:

    • [Completion] Support namespaced functions, fixes #473.
    • [Completion] Sort completion results alphabetically.
    • [Docs] Added section on completion.
    • [WorseReflection] Explicitly do not support anonymous classes when resolving nodes, fixes #505.

    🐛 Bug fixes:

    • [WorseReflection] Do not parse non-PHP files when building stub cache.
    • [Completion] Fixed last non-whitespace char detection, fixes #504

    Misc

    • Downgraded composer to 1.x as 2.x-dev now requires PHP 7.2