Skip to content

Releases: phpactor/phpactor

2025.12.21.1

10 Jan 13:46

Choose a tag to compare

Bug fix:

2012.12.21 The Xmas Phpactor

21 Dec 15:00

Choose a tag to compare

Features:

Improvements:

Bug fixes:

2025.10.17.0

17 Oct 15:09

Choose a tag to compare

BREAKING

  • VIM plugin: Local .phpactor.json configuration files are no longer loaded by
    default. If you use the VIM plugin you must explicitly trust the
    configuration file with :PhpactorTrust.

Features:

  • Support PHPStan editormode #2936 @mamazu
  • (development) optional opentelemertry extension.

Improvements:

Security:

  • Ask permission before loading project-level .phpactor.json @dantleech

Bug fixes:

  • rename: Do not throw error if there is a reference to a now-non-existing file. @dantleech
  • avoid infinite loop when looking up constant type #2913 @dantleech

2025.07.25.0

25 Jul 08:59

Choose a tag to compare

Fixed the tag name

2025-07-25.0

25 Jul 07:09

Choose a tag to compare

Improvements:

  • Extract document highlighter to own module and add config option to
    disable it @dantleech
  • Fix false diagnostic for missing __destruct return type @przepompownia #2900
  • Add depth info to worse:dump-ast command @mamazo #2897
  • Ensure that stub locator results are cached in-memory @dantleech #2911
  • Upload PHAR as artifact on builds @drzraf #2915

Features:

  • Search filtering (as applicable to autocomplete, name importing etc)
    @dantleech #2887 allows the exclusion of paths from search results.

Bug fixes:

2025.04.17.0

17 Apr 07:00
23d7c71

Choose a tag to compare

Improvements:

  • Do not suggest code action for missing return type if type is accurately
    provided by docblock @dantleech
  • Do not generate void return type on PHP 7.0

Bug fixes:

  • Support loading code templates when Phpactor included as a dependency
    @zobo

2025.03.28.0

28 Mar 13:52
a74d6f4

Choose a tag to compare

Improvements

  • Reference finding: Ask for confirmation to continue after soft timeout @dantleech #2856
  • PHAR fixes for Windows @zobo
  • LSP - Support for inline values @zobo
  • Code action prioritization @mamazu

2025.02.21.0

21 Feb 22:25

Choose a tag to compare

Features:

Improvements:

  • Performance: Do not run Indexed reference finder if references handled by
    Variable reference finder @dantleech
  • Performance: Do needlessly re-index documents before searching for
    references @dantleech
  • Psalm: add config option to specify Psalm config @GDXbsv #2835
  • Completion for @internal tag #2827 @mamazu
  • Add documentation for Nova Language Client #2830 @EmranMR
  • Enable fill constructor code action on attributes #2810 @mamazu
  • Require ext-mbstring extension to avoid off-by-one issues #2838 @dantleech

Bug fix:

Documentation:

2024.11.28.1

30 Nov 23:21

Choose a tag to compare

Bug fixes:

  • Do not include the file scheme in when including/excluding files #2794 (fix for native functions not being found in PHAR build)

2024.11.28.0

28 Nov 08:56

Choose a tag to compare

Features:

  • Show codes for all diagnostics and allow them to be ignored @dantleech
    #2781

Improvements:

  • Do not highlight entire class for fix class/namespace name diagnostic
    #2728 @dantleech
  • Tolerate code action provider failures #2761 @dantleech
  • Limit number of methods that are documented on classes to improve
    completion/resolve performance for large classes #2768 @dantleech

Bug fixes: