You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,54 @@
1
1
# Changes for PHP Mode by Version
2
2
3
-
All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
3
+
All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
+
5
+
## [1.22.0] - 2019-09-27
6
+
7
+
This release is positioned as the last minor version of the PHP Mode 1.x series.
8
+
PHP Mode 2.0 is planned to be released in January 2020.
9
+
10
+
### Added
11
+
12
+
* Improve PHP 7 and PHPDoc support
13
+
* Highlighting typed property ([#545])
14
+
* Highlighting `{@inheritdoc}` tag ([#566])
15
+
* Highlighting multiple `catch` ([#567])
16
+
* Add new `php-class` face ([#545])
17
+
* Add new `php-run-builtin-web-server` command for invoke `php -S` buitin server ([#548])
18
+
* Add new `php-copyit-fqsen` command for kill current method FQSEN ([#561])
19
+
* Apply lineup cascaded call (method chain separated by new line) for all styles ([#563], [#572])
20
+
21
+
### Changed
22
+
23
+
* Loose HTML template detection algorithm ([#558])
24
+
* Move php-mode-test.el into tests directory ([#559])
25
+
*`php-mode-autoloads.el` no longer includes `php-mode-test`
26
+
* Modify syntax-entry `$` to `"_"` from `"'"` ([#565])
27
+
* Make `php-set-style` display only styles that inherited "php" ([#573])
28
+
29
+
### Fixed
30
+
31
+
* Fix default major mode for `*.phpt` file as `php-default-major-mode` ([#542])
32
+
* prevent recursion in `php-syntax-propertize-extend-region` ([$556], thanks [Herbert Jones][@herbertjones])
@@ -11,7 +59,7 @@ This version contains unobtrusive changes for future compatibility. Also, `forwa
11
59
* A new command `php-mode-maybe` has been added to improve the compatibility of Blade templates and HTML templates with Web Mode. ([#532])
12
60
* A new custom variable php-mode-page-delimiter is added, which is assigned to page-delimiter in PHP-Mode. It allows you to move smoothly to the previous and subsequent definition statements with `forward-page` (<kbd>C-x C-[</kbd>) and `backward-page` (<kbd>C-x C-]</kbd>). ([#540] by [@takeokunn])
13
61
14
-
### Change
62
+
### Changed
15
63
16
64
*`php-maybe-mode` and `.php` files are associated with `auto-mode-alist` instead of `php-mode` ([#532])
17
65
* Compatibility with [poly-php] has been improved. This has not yet been officially released.
0 commit comments