Phpactor v0.8.0 Release Notes

Release Date: 2018-08-03 // over 5 years ago
  • ๐Ÿ‘Œ Improvements:

    • [WorseReflectoin] Smoke test for find parsing errors.
    • [WorseReflection] Improved efficiency for frame building. non-variable.
    • [Completion] Improved multi-byte performance, fixes #537 thanks @weirdan

    ๐Ÿ› Bug fixes:

    • [WorseReflection] Handle fatal error on incomplete extends.
    • [WorseReflection] Handle fatal error on instanceof coercion on
    • [Completion] Fixed class member container resolution accuracy
    • [SourceCodeFilesystem] Quote regular expressions in file list filter, fixes #543

    Misc

    • [RPC] Refactored handlers to define input requirements more explicitly.