FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · phpactor/phpactor · GitHub

Releases: phpactor/phpactor

2026.06.23.0

Choose a tag to compare

Filter
dantleech released this 15 Aug 11:53

Improvements:

  • Show the Phpactor version in the LSP phpactor/status response @dantleech
  • worse:analyse writes its progress to STDERR, and its --format=json output
    now reports the line, column, diagnostic code and a readable severity #3061
    @AJenbo

Bug fixes:

  • Fix false positives in analyser ]#3063 @AJenbo
  • Fix functions declared in the source code passed to the reflector being
    reported as not found (e.g. every function declared and called in the same
    file when running worse:analyse) #3061 @AJenbo.

2026.07.22.0

Choose a tag to compare

Filter
dantleech released this 22 Jul 20:43

Features:

  • Code action / transformer to add missing #[\Override] attributes #2966 @AJenbo

Improvements:

  • Respect cancellation for outsourced diagnostic processes #3058 @dantleech

Bug fixes:

  • Handle premature cancellation of code-action that caused regression in VS code @dantleech @zobo #3058
  • Require the posix extension and fail early with a descriptive error when a required extension is missing (instead of crashing mid-session) @fain182 #3053

2026.06.25.0

Choose a tag to compare

Filter
dantleech released this 26 Jun 21:41

Features:

2026.05.30.2

Choose a tag to compare

Filter
dantleech released this 11 Jun 16:19
4f082b6
  • Do not show client warning when code action resolution process is killed
    @dantleech #3051

2026.05.30.1

Choose a tag to compare

Filter
dantleech released this 01 Jun 12:56

Bugfixes:

  • Ensure that myclabs/deep-copy is included in the production dependency set @dantleech 902d2f0

2026.05.30.0

Choose a tag to compare

Filter
dantleech released this 30 May 13:47

NOTE this relase drops support for PHP 8.1. The minimum supported PHP version is now 8.2.

Features:

Improvements:

Bug fixes:

Meta:

2025.12.21.1

Choose a tag to compare

Filter
dantleech released this 10 Jan 13:46

Bug fix:

2012.12.21 The Xmas Phpactor

Choose a tag to compare

Filter
dantleech released this 21 Dec 15:00

Features:

Improvements:

Bug fixes:

2025.10.17.0

Choose a tag to compare

Filter
dantleech released this 17 Oct 15:09

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

Choose a tag to compare

Filter
dantleech released this 25 Jul 08:59

Fixed the tag name


Back | FazBrowse Home | New Git URL