Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 1.18 KB

Changelog

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

[0.8.2]

Fixed

  • Fix compilation errors on Emacs 30

[0.8.1]

Added

  • Add phpstan-enable-remote-experimental custom variable for activate PHPStan on TRAMP.
  • Add support for php-ts-mode.
  • Add phpstan-insert-dumptype command
  • Add phpstan-insert-ignore command

Changed

  • Refactored phpstan-check-buffer command for improved performance.
  • Improved logic for detecting phpstan executable.

Removed

  • Drop support for Emacs 24.3.

[0.7.0]

Added

  • Add phpstan-analyze-this-file command
  • Add phpstan.dist.neon to phpstan-get-config-file as PHPStan config files.
  • Add phpstan-pro command to launch PHPStan Pro.
  • Add phpstan-find-baseline-file command.
  • Add phpstan-generate-baseline-file command.

Changed

  • Make flycheck analyze the original file directly instead of temporary files when there are no changes to the file.
  • [Internal] Use JSON format for flycheck-phpstan.
    • Support 💡 tips