File tree 1 file changed +21
-1
lines changed
1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes of the ` phpstan.el ` are documented in this file using the [ Keep a Changelog] ( https://keepachangelog.com/ ) principles.
4
4
5
- ## Unreleased
5
+ <!-- ## Unreleased -->
6
+
7
+ ## [ 0.8.0]
6
8
7
9
### Added
8
10
9
11
* Add ` phpstan-enable-remote-experimental ` custom variable for activate PHPStan on TRAMP.
10
12
* Add support for ` php-ts-mode ` .
13
+ * Add ` phpstan-check-current-file ` command to check the current file.
14
+ * Add ` phpstan-run-phpstan ` command to check specified directories or files.
15
+ * Add ` phpstan-config-file ` variable to customize phpstan configurations.
16
+
17
+ ### Changed
18
+
19
+ * Refactored ` phpstan-check-buffer ` command for improved performance.
20
+ * Improved logic for detecting phpstan executable.
21
+
22
+ ### Removed
23
+
24
+ * Drop support for Emacs 24.3.
25
+
26
+ ### Fixed
27
+
28
+ * Fixed issue where phpstan error messages were not parsed correctly.
29
+ * Fixed issue where ` phpstan.el ` would hang under certain circumstances.
30
+ * Minor bug fixes and performance improvements.
11
31
12
32
## [ 0.7.0]
13
33
You can’t perform that action at this time.
0 commit comments