Skip to content

Commit 7fb1296

Browse files
committed
Bump version 0.8.0
1 parent f4232ce commit 7fb1296

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22

33
All notable changes of the `phpstan.el` are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles.
44

5-
## Unreleased
5+
<!-- ## Unreleased -->
6+
7+
## [0.8.0]
68

79
### Added
810

911
* Add `phpstan-enable-remote-experimental` custom variable for activate PHPStan on TRAMP.
1012
* 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.
1131

1232
## [0.7.0]
1333

0 commit comments

Comments
 (0)