We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4232ce commit c9bb8b2Copy full SHA for c9bb8b2
CHANGELOG.md
@@ -2,12 +2,25 @@
2
3
All notable changes of the `phpstan.el` are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles.
4
5
-## Unreleased
+<!-- ## Unreleased -->
6
+
7
+## [0.8.1]
8
9
### Added
10
11
* Add `phpstan-enable-remote-experimental` custom variable for activate PHPStan on TRAMP.
12
* Add support for `php-ts-mode`.
13
+* Add `phpstan-insert-dumptype` command
14
+* Add `phpstan-insert-ignore` command
15
16
+### Changed
17
18
+* Refactored `phpstan-check-buffer` command for improved performance.
19
+* Improved logic for detecting phpstan executable.
20
21
+### Removed
22
23
+* Drop support for Emacs 24.3.
24
25
## [0.7.0]
26
0 commit comments