|
2 | 2 |
|
3 | 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.
|
4 | 4 |
|
| 5 | +## [1.20.0] - 2018-12-07 |
| 6 | + |
| 7 | +Start preparing for major refactoring in major mode. |
| 8 | + |
| 9 | +### Changed |
| 10 | + |
| 11 | + * Improve code highlight |
| 12 | + * Fix highlighting of callable keyword ([#471](https://github.com/emacs-php/php-mode/pull/471) by [@fabacino]) |
| 13 | + * Highlight the `?` character for nullable type hints and return types ([#482](https://github.com/emacs-php/php-mode/pull/482) by [@fabacino]) |
| 14 | + * Modify "customize group" and variables |
| 15 | + * Add php-mode group and some variables belong to new group ([#486](https://github.com/emacs-php/php-mode/pull/486)) |
| 16 | + * `php-default-face` → `php-mode-default-face` |
| 17 | + * `php-speedbar-config` → `'php-mode-speedbar-config` |
| 18 | + * `php-template-compatibility` → `php-mode-template-compatibility` |
| 19 | + * `php-lineup-cascaded-calls` → `php-mode-lineup-cascaded-calls` |
| 20 | + * `php-extra-constants` → `php-mode-extra-constants` |
| 21 | + * `php-do-not-use-semantic-imenu` → `php-mode-do-not-use-semantic-imenu` |
| 22 | + * Modify documents and copyright |
| 23 | + * Move the URL of Website to https://github.com/emacs-php/php-mode |
| 24 | + * Add copyright notation about [Friends of Emacs-PHP development](https://github.com/emacs-php) |
| 25 | + * Add a "Hall of Fame" to the contributors list ([#481](https://github.com/emacs-php/php-mode/pull/481) by [@ejmr] and thanks [@sergey48k](https://github.com/sergey48k) and [@sourcerer-io](https://github.com/sourcerer-io) project) |
| 26 | + * Some refactors |
| 27 | + * Fix style and suppress warning in compile [#485](https://github.com/emacs-php/php-mode/pull/485) |
| 28 | + |
| 29 | +<!-- |
| 30 | + * Divide `php-mode.el` into `php.el` and `php-helper.el` for refactor |
| 31 | + * With this change, we provide simple functions to other packages without loading `php-mode`. |
| 32 | +--> |
| 33 | + |
5 | 34 | ## [1.19.1] - 2018-05-12
|
6 | 35 |
|
7 | 36 | ### Added
|
@@ -30,3 +59,6 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
|
30 | 59 | ## Before 1.19.0
|
31 | 60 |
|
32 | 61 | See [Changelog · emacs-php/php-mode Wiki](https://github.com/emacs-php/php-mode/wiki/Changelog).
|
| 62 | + |
| 63 | +[@ejmr]: https://github.com/ejmr |
| 64 | +[@fabacino]: https://github.com/fabacino |
0 commit comments