Release PHP-Parser 4.0 Alpha 1

This commit is contained in:
Nikita Popov 2017-10-18 18:50:17 +02:00
parent b0242d31f8
commit 001f2d3f76

View File

@ -1,9 +1,14 @@
Version 4.0.0-dev
-----------------
Nothing yet.
Version 4.0.0-alpha1 (2017-10-18)
---------------------------------
### Added
* Added experimental support for format-preserving prettying. In this mode formatting will be
* Added experimental support for format-preserving pretty-printing. In this mode formatting will be
preserved for parts of the code which have not been modified.
* Added `replaceNodes` option to `NameResolver`, defaulting to true. If this option is disabled,
resolved names will be added as `resolvedName` attributes, instead of replacing the original