Phpactor v0.1.0 Release Notes

  • 2018-04-03

    First tagged version, changes from 30th March.

    • CodeTransform
      • New implementation of class import
        • Offer to alias existing classes,
        • Error message if class in same namespace,
    • Completion
    • ๐Ÿ“š Documentation
      • Configuration documentation.
      • Better Drupal integration (thanks @fenetikm).
      • VIM Plugin documentation (:help phpactor) (thanks @joereynolds)
    • RPC
      • Request Replay: replay requests made from the IDE.
    • WorseReflection
      • Docblocks for Arrays and simple Collection<Type> supported.
      • Foreach supported.
      • Method @param supported.
    • Infrastructure
      • All packages are on packagist.
      • [Infrastructure] Do not store PHPBench results on Travis if PR is a fork.
    • ๐Ÿ›  Various bug fixes everywhere.