Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 1.6 KB

CHANGELOG.org

File metadata and controls

18 lines (18 loc) · 1.6 KB

Changelog

All notable changes of the phpactor.el are documented in this file using the Keep a Changelog principles.

Version 0.1.0 / 2018-08-08

This release depends on many contributions of Mikael Kermorgant. Thanks @kermorgant!

Add

  • Implement actions
    • RPC import_class action #34
    • RPC close-file action #39
    • Editor collection action #39

Changed

  • Replace company-grab-symbol by specific company-phpactor--grab-symbol #29
  • Automatically add appropriate use statement after class completion #34

Fixed

  • Alter ~php-mode’~s syntax table on the fly to use correct completion prefix #29
  • Fix completion and goto definition when file contains multi-byte chars #40 #46
  • Fix move_class RPC action #36 #39

Version 0.0.2 / 2018-05-27

Version 0.0.1 / 2018-05-13