2019-11-08 14:50:10 +01:00
|
|
|
Version 4.3.1-dev
|
2017-09-02 20:03:10 +02:00
|
|
|
-----------------
|
2018-06-03 13:33:10 +02:00
|
|
|
|
2019-05-25 22:07:01 +02:00
|
|
|
Nothing yet.
|
|
|
|
|
2019-11-08 14:50:10 +01:00
|
|
|
Version 4.3.0 (2019-11-08)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* [PHP 8.0] Added support for union types using a new `UnionType` node.
|
|
|
|
|
2019-10-25 20:32:54 +02:00
|
|
|
Version 4.2.5 (2019-10-25)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Tests and documentation are no longer included in source archives. They can still be accessed
|
|
|
|
by cloning the repository.
|
|
|
|
* php-yacc is now used to generate the parser. This has no impact on users of the library.
|
|
|
|
|
2019-09-01 09:51:21 +02:00
|
|
|
Version 4.2.4 (2019-09-01)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added getProperties(), getConstants() and getTraitUses() to ClassLike. (#629, #630)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed flexible heredoc emulation to check for digits after the end label. This synchronizes
|
|
|
|
behavior with the upcoming PHP 7.3.10 release.
|
|
|
|
|
2019-08-12 22:17:41 +02:00
|
|
|
Version 4.2.3 (2019-08-12)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* [PHP 7.4] Add support for numeric literal separators. (#615)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed resolution of return types for arrow functions. (#613)
|
|
|
|
* Fixed compatibility with PHP 7.4.
|
|
|
|
|
2019-05-25 22:07:01 +02:00
|
|
|
Version 4.2.2 (2019-05-25)
|
|
|
|
--------------------------
|
|
|
|
|
2019-05-11 23:08:31 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* [PHP 7.4] Add support for arrow functions using a new `Expr\ArrowFunction` node. (#602)
|
|
|
|
* [PHP 7.4] Add support for array spreads, using a new `unpack` subnode on `ArrayItem`. (#609)
|
|
|
|
* Added support for inserting into empty list nodes in the formatting preserving pretty printer.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* `php-parse` will now print messages to stderr, so that stdout only contains the actual result of
|
|
|
|
the operation (such as a JSON dump). (#605)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed attribute assignment for zero-length nop statements, and a related assertion failure in
|
|
|
|
the formatting-preserving pretty printer. (#589)
|
2019-02-16 21:54:15 +01:00
|
|
|
|
|
|
|
Version 4.2.1 (2019-02-16)
|
|
|
|
--------------------------
|
|
|
|
|
2019-01-22 22:05:17 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* [PHP 7.4] Add support for `??=` operator through a new `AssignOp\Coalesce` node. (#575)
|
2019-01-12 17:30:21 +01:00
|
|
|
|
|
|
|
Version 4.2.0 (2019-01-12)
|
|
|
|
--------------------------
|
|
|
|
|
2019-01-03 08:59:45 +01:00
|
|
|
### Added
|
|
|
|
|
2019-01-12 17:28:53 +01:00
|
|
|
* [PHP 7.4] Add support for typed properties through a new `type` subnode of `Stmt\Property`.
|
|
|
|
Additionally `Builder\Property` now has a `setType()` method. (#567)
|
2019-01-05 12:06:18 +01:00
|
|
|
* Add `kind` attribute to `Cast\Double_`, which allows to distinguish between `(float)`,
|
2019-01-03 08:59:45 +01:00
|
|
|
`(double)` and `(real)`. The form of the cast will be preserved by the pretty printer. (#565)
|
|
|
|
|
2018-12-26 14:19:18 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Remove assertion when pretty printing anonymous class with a name (#554).
|
2018-12-26 12:32:39 +01:00
|
|
|
|
|
|
|
Version 4.1.1 (2018-12-26)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix "undefined offset" notice when parsing specific malformed code (#551).
|
|
|
|
|
2018-10-25 16:56:50 +02:00
|
|
|
### Added
|
|
|
|
|
2018-12-26 12:32:39 +01:00
|
|
|
* Support error recovery for missing return type (`function foo() : {}`) (#544).
|
2018-10-10 11:23:53 +02:00
|
|
|
|
|
|
|
Version 4.1.0 (2018-10-10)
|
|
|
|
--------------------------
|
|
|
|
|
2018-09-22 10:53:52 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added support for PHP 7.3 flexible heredoc/nowdoc strings, completing support for PHP 7.3. There
|
|
|
|
are two caveats for this feature:
|
|
|
|
* In some rare, pathological cases flexible heredoc/nowdoc strings change the interpretation of
|
|
|
|
existing doc strings. PHP-Parser will now use the new interpretation.
|
|
|
|
* Flexible heredoc/nowdoc strings require special support from the lexer. Because this is not
|
|
|
|
available on PHP versions before 7.3, support has to be emulated. This emulation is not perfect
|
|
|
|
and some cases which we do not expect to occur in practice (such as flexible doc strings being
|
|
|
|
nested within each other through abuse of variable-variable interpolation syntax) may not be
|
|
|
|
recognized correctly.
|
2018-10-11 05:00:25 +02:00
|
|
|
* Added `DONT_TRAVERSE_CURRENT_AND_CHILDREN` to `NodeTraverser` to skip both traversal of child
|
2018-10-10 11:23:53 +02:00
|
|
|
nodes, and prevent subsequent visitors from visiting the current node.
|
2018-09-18 09:03:24 +02:00
|
|
|
|
|
|
|
Version 4.0.4 (2018-09-18)
|
|
|
|
--------------------------
|
|
|
|
|
2018-07-20 21:43:43 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* The following methods have been added to `BuilderFactory`:
|
2018-07-22 21:33:04 +02:00
|
|
|
* `useTrait()` (fluent builder)
|
|
|
|
* `traitUseAdaptation()` (fluent builder)
|
|
|
|
* `useFunction()` (fluent builder)
|
|
|
|
* `useConst()` (fluent builder)
|
2018-07-20 21:59:42 +02:00
|
|
|
* `var()`
|
|
|
|
* `propertyFetch()`
|
2018-07-21 21:58:32 +02:00
|
|
|
|
2018-07-22 21:41:21 +02:00
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
* `Builder\Param::setTypeHint()` has been deprecated in favor of the newly introduced
|
|
|
|
`Builder\Param::setType()`.
|
2018-07-15 19:25:01 +02:00
|
|
|
|
|
|
|
Version 4.0.3 (2018-07-15)
|
|
|
|
--------------------------
|
|
|
|
|
2018-07-07 12:45:32 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed possible undefined offset notice in formatting-preserving printer. (#513)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2018-07-07 12:22:30 +02:00
|
|
|
* Improved error recovery inside arrays.
|
2018-07-07 12:45:32 +02:00
|
|
|
* Preserve trailing comment inside classes. **Note:** This change is possibly BC breaking if your
|
|
|
|
code validates that classes can only contain certain statement types. After this change, classes
|
|
|
|
can also contain Nop statements, while this was not previously possible. (#509)
|
2018-06-03 13:33:10 +02:00
|
|
|
|
|
|
|
Version 4.0.2 (2018-06-03)
|
|
|
|
--------------------------
|
2017-09-02 20:03:10 +02:00
|
|
|
|
2018-04-28 22:31:45 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Improved error recovery inside classes.
|
|
|
|
* Support error recovery for `foreach` without `as`.
|
2018-05-12 19:49:39 +02:00
|
|
|
* Support error recovery for parameters without variable (`function (Type ) {}`).
|
2018-05-13 16:28:08 +02:00
|
|
|
* Support error recovery for functions without body (`function ($foo)`).
|
2018-03-25 19:35:16 +02:00
|
|
|
|
|
|
|
Version 4.0.1 (2018-03-25)
|
|
|
|
--------------------------
|
|
|
|
|
2018-03-10 16:41:20 +01:00
|
|
|
### Added
|
2018-03-03 15:40:51 +01:00
|
|
|
|
2018-03-10 16:41:20 +01:00
|
|
|
* [PHP 7.3] Added support for trailing commas in function calls.
|
2018-03-10 16:48:20 +01:00
|
|
|
* [PHP 7.3] Added support for by-reference array destructuring.
|
2018-03-03 15:40:51 +01:00
|
|
|
* Added checks to node traverser to prevent replacing a statement with an expression or vice versa.
|
|
|
|
This should prevent common mistakes in the implementation of node visitors.
|
2018-03-25 19:34:45 +02:00
|
|
|
* Added the following methods to `BuilderFactory`, to simplify creation of expressions:
|
2018-03-03 22:14:42 +01:00
|
|
|
* `funcCall()`
|
|
|
|
* `methodCall()`
|
|
|
|
* `staticCall()`
|
2018-03-03 22:25:58 +01:00
|
|
|
* `new()`
|
2018-03-03 22:14:42 +01:00
|
|
|
* `constFetch()`
|
|
|
|
* `classConstFetch()`
|
2018-02-28 21:38:50 +01:00
|
|
|
|
|
|
|
Version 4.0.0 (2018-02-28)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
* No significant code changes since the beta 1 release.
|
2018-01-27 19:06:36 +01:00
|
|
|
|
|
|
|
Version 4.0.0-beta1 (2018-01-27)
|
|
|
|
--------------------------------
|
|
|
|
|
2018-01-25 22:08:40 +01:00
|
|
|
### Fixed
|
|
|
|
|
2018-01-27 19:06:36 +01:00
|
|
|
* In formatting-preserving pretty printer: Fixed indentation when inserting into lists. (#466)
|
2018-01-25 22:08:40 +01:00
|
|
|
|
2017-12-26 21:13:56 +01:00
|
|
|
### Added
|
|
|
|
|
2018-01-27 19:06:36 +01:00
|
|
|
* In formatting-preserving pretty printer: Improved formatting of elements inserted into multi-line
|
|
|
|
arrays.
|
2017-12-26 17:29:20 +01:00
|
|
|
|
2018-01-25 23:13:53 +01:00
|
|
|
### Removed
|
|
|
|
|
2018-01-27 19:06:36 +01:00
|
|
|
* The `Autoloader` class has been removed. It is now required to use the Composer autoloader.
|
2018-01-25 23:13:53 +01:00
|
|
|
|
2017-12-26 17:29:20 +01:00
|
|
|
Version 4.0.0-alpha3 (2017-12-26)
|
|
|
|
---------------------------------
|
|
|
|
|
2017-11-13 13:27:27 +01:00
|
|
|
### Fixed
|
|
|
|
|
2017-12-26 17:29:20 +01:00
|
|
|
* In the formatting-preserving pretty printer:
|
2017-12-26 21:13:56 +01:00
|
|
|
* Fixed comment indentation.
|
|
|
|
* Fixed handling of inline HTML in the fallback case.
|
|
|
|
* Fixed insertion into list nodes that require creation of a code block.
|
2017-11-10 23:36:59 +01:00
|
|
|
|
2017-12-01 22:09:51 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added support for inserting at the start of list nodes in formatting-preserving pretty printer.
|
|
|
|
|
2017-11-10 23:36:59 +01:00
|
|
|
Version 4.0.0-alpha2 (2017-11-10)
|
|
|
|
---------------------------------
|
|
|
|
|
2017-11-04 18:22:06 +01:00
|
|
|
### Added
|
2017-10-25 22:27:29 +02:00
|
|
|
|
2017-11-04 18:22:06 +01:00
|
|
|
* In the formatting-preserving pretty printer:
|
|
|
|
* Added support for changing modifiers.
|
|
|
|
* Added support for anonymous classes.
|
|
|
|
* Added support for removing from list nodes.
|
|
|
|
* Improved support for changing comments.
|
|
|
|
* Added start token offsets to comments.
|
2017-10-18 18:50:17 +02:00
|
|
|
|
|
|
|
Version 4.0.0-alpha1 (2017-10-18)
|
|
|
|
---------------------------------
|
|
|
|
|
2017-09-02 20:03:10 +02:00
|
|
|
### Added
|
|
|
|
|
2017-10-18 18:50:17 +02:00
|
|
|
* Added experimental support for format-preserving pretty-printing. In this mode formatting will be
|
2017-09-02 20:03:10 +02:00
|
|
|
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
|
|
|
|
names.
|
|
|
|
* Added `NodeFinder` class, which can be used to find nodes based on a callback or class name. This
|
|
|
|
is a utility to avoid custom node visitor implementations for simple search operations.
|
|
|
|
* Added `ClassMethod::isMagic()` method.
|
|
|
|
* Added `BuilderFactory` methods: `val()` method for creating an AST for a simple value, `concat()`
|
|
|
|
for creating concatenation trees, `args()` for preparing function arguments.
|
|
|
|
* Added `NameContext` class, which encapsulates the `NameResolver` logic independently of the actual
|
|
|
|
AST traversal. This facilitates use in other context, such as class names in doc comments.
|
|
|
|
Additionally it provides an API for getting the shortest representation of a name.
|
|
|
|
* Added `Node::setAttributes()` method.
|
2017-10-31 22:47:42 +01:00
|
|
|
* Added `JsonDecoder`. This allows conversion JSON back into an AST.
|
2017-09-02 20:03:10 +02:00
|
|
|
* Added `Name` methods `toLowerString()` and `isSpecialClassName()`.
|
|
|
|
* Added `Identifier` and `VarLikeIdentifier` nodes, which are used in place of simple strings in
|
|
|
|
many places.
|
2017-09-29 17:41:19 +02:00
|
|
|
* Added `getComments()`, `getStartLine()`, `getEndLine()`, `getStartTokenPos()`, `getEndTokenPos()`,
|
|
|
|
`getStartFilePos()` and `getEndFilePos()` methods to `Node`. These provide a more obvious access
|
|
|
|
point for the already existing attributes of the same name.
|
2017-09-30 18:56:44 +02:00
|
|
|
* Added `ConstExprEvaluator` to evaluate constant expressions to PHP values.
|
|
|
|
* Added `Expr\BinaryOp::getOperatorSigil()`, returning `+` for `Expr\BinaryOp\Plus`, etc.
|
2017-09-02 20:03:10 +02:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Many subnodes that previously held simple strings now use `Identifier` (or `VarLikeIdentifier`)
|
|
|
|
nodes. Please see the UPGRADE-4.0 file for an exhaustive list of affected nodes and some notes on
|
|
|
|
possible impact.
|
|
|
|
* Expression statements (`expr;`) are now represented using a `Stmt\Expression` node. Previously
|
|
|
|
these statements were directly represented as their constituent expression.
|
|
|
|
* The `name` subnode of `Param` has been renamed to `var` and now contains a `Variable` rather than
|
|
|
|
a plain string.
|
|
|
|
* The `name` subnode of `StaticVar` has been renamed to `var` and now contains a `Variable` rather
|
|
|
|
than a plain string.
|
|
|
|
* The `var` subnode of `ClosureUse` now contains a `Variable` rather than a plain string.
|
|
|
|
* The `var` subnode of `Catch` now contains a `Variable` rather than a plain string.
|
|
|
|
* The `alias` subnode of `UseUse` is now `null` if no explicit alias is given. As such,
|
|
|
|
`use Foo\Bar` and `use Foo\Bar as Bar` are now represented differently. The `getAlias()` method
|
|
|
|
can be used to get the effective alias, even if it is not explicitly given.
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
* Support for running on PHP 5 and HHVM has been removed. You can however still parse code of old
|
|
|
|
PHP versions (such as PHP 5.2), while running on PHP 7.
|
|
|
|
* Removed `type` subnode on `Class`, `ClassMethod` and `Property` nodes. Use `flags` instead.
|
|
|
|
* The `ClassConst::isStatic()` method has been removed. Constants cannot have a static modifier.
|
|
|
|
* The `NodeTraverser` no longer accepts `false` as a return value from a `leaveNode()` method.
|
|
|
|
`NodeTraverser::REMOVE_NODE` should be returned instead.
|
|
|
|
* The `Node::setLine()` method has been removed. If you really need to, you can use `setAttribute()`
|
|
|
|
instead.
|
|
|
|
* The misspelled `Class_::VISIBILITY_MODIFER_MASK` constant has been dropped in favor of
|
|
|
|
`Class_::VISIBILITY_MODIFIER_MASK`.
|
|
|
|
* The XML serializer has been removed. As such, the classes `Serializer\XML`, and
|
|
|
|
`Unserializer\XML`, as well as the interfaces `Serializer` and `Unserializer` no longer exist.
|
|
|
|
* The `BuilderAbstract` class has been removed. It's functionality is moved into `BuilderHelpers`.
|
|
|
|
However, this is an internal class and should not be used directly.
|
|
|
|
|
2018-02-28 21:30:20 +01:00
|
|
|
Version 3.1.5 (2018-02-28)
|
|
|
|
--------------------------
|
|
|
|
|
2018-01-30 23:06:20 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed duplicate comment assignment in switch statements. (#469)
|
2018-02-28 21:30:20 +01:00
|
|
|
* Improve compatibility with PHP-Scoper. (#477)
|
2018-01-25 22:31:33 +01:00
|
|
|
|
|
|
|
Version 3.1.4 (2018-01-25)
|
|
|
|
--------------------------
|
|
|
|
|
2018-01-25 22:16:11 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed pretty printing of `-(-$x)` and `+(+$x)`. (#459)
|
2017-11-04 12:48:34 +01:00
|
|
|
|
2017-12-26 15:43:21 +01:00
|
|
|
Version 3.1.3 (2017-12-26)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Improve compatibility with php-scoper, by supporting prefixed namespaces in
|
|
|
|
`NodeAbstract::getType()`.
|
|
|
|
|
2017-11-04 12:48:34 +01:00
|
|
|
Version 3.1.2 (2017-11-04)
|
|
|
|
--------------------------
|
|
|
|
|
2017-10-01 16:54:43 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Comments on empty blocks are now preserved on a `Stmt\Nop` node. (#382)
|
|
|
|
|
2017-09-26 18:42:52 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added `kind` attribute for `Stmt\Namespace_` node, which is one of `KIND_SEMICOLON` or
|
|
|
|
`KIND_BRACED`. (#417)
|
2017-11-04 12:43:02 +01:00
|
|
|
* Added `setDocComment()` method to namespace builder. (#437)
|
2017-09-02 19:10:46 +02:00
|
|
|
|
|
|
|
Version 3.1.1 (2017-09-02)
|
|
|
|
--------------------------
|
|
|
|
|
2017-08-29 23:14:27 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed syntax error on comment after brace-style namespace declaration. (#412)
|
2017-08-29 23:18:59 +02:00
|
|
|
* Added support for TraitUse statements in trait builder. (#413)
|
2017-07-28 16:45:09 +02:00
|
|
|
|
|
|
|
Version 3.1.0 (2017-07-28)
|
|
|
|
--------------------------
|
|
|
|
|
2017-06-28 23:05:28 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* [PHP 7.2] Added support for trailing comma in group use statements.
|
2017-06-28 23:12:13 +02:00
|
|
|
* [PHP 7.2] Added support for `object` type. This means `object` types will now be represented as a
|
|
|
|
builtin type (a simple `"object"` string), rather than a class `Name`.
|
2018-01-08 11:10:03 +01:00
|
|
|
|
2017-07-28 16:45:09 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Floating-point numbers are now printed correctly if the LC_NUMERIC locale uses a comma as decimal
|
|
|
|
separator.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* `Name::$parts` is no longer deprecated.
|
2017-06-28 22:53:48 +02:00
|
|
|
|
|
|
|
Version 3.0.6 (2017-06-28)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed the spelling of `Class_::VISIBILITY_MODIFIER_MASK`. The previous spelling of
|
|
|
|
`Class_::VISIBILITY_MODIFER_MASK` is preserved for backwards compatibility.
|
|
|
|
* The pretty printing will now preserve comments inside array literals and function calls by
|
|
|
|
printing the array items / function arguments on separate lines. Array literals and functions that
|
|
|
|
do not contain comments are not affected.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added `Builder\Param::makeVariadic()`.
|
|
|
|
|
2017-04-29 12:58:35 +02:00
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
* The `Node::setLine()` method has been deprecated.
|
2017-02-10 21:20:03 +01:00
|
|
|
|
2017-03-05 19:23:57 +01:00
|
|
|
Version 3.0.5 (2017-03-05)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Name resolution of `NullableType`s is now performed earlier, so that a fully resolved signature is
|
|
|
|
available when a function is entered. (#360)
|
|
|
|
* `Error` nodes are now considered empty, while previously they extended until the token where the
|
|
|
|
error occurred. This made some nodes larger than expected. (#359)
|
|
|
|
* Fixed notices being thrown during error recovery in some situations. (#362)
|
|
|
|
|
2017-02-10 21:20:03 +01:00
|
|
|
Version 3.0.4 (2017-02-10)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed some extensibility issues in pretty printer (`pUseType()` is now public and `pPrec()` calls
|
|
|
|
into `p()`, instead of directly dispatching to the type-specific printing method).
|
|
|
|
* Fixed notice in `bin/php-parse` script.
|
|
|
|
|
2017-02-05 17:47:56 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Error recovery from missing semicolons is now supported in more cases.
|
2017-02-10 21:20:03 +01:00
|
|
|
* Error recovery from trailing commas in positions where PHP does not support them is now supported.
|
2017-02-03 22:57:31 +01:00
|
|
|
|
|
|
|
Version 3.0.3 (2017-02-03)
|
|
|
|
--------------------------
|
|
|
|
|
2016-12-07 20:22:53 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* In `"$foo[0]"` the `0` is now parsed as an `LNumber` rather than `String`. (#325)
|
2016-12-11 16:31:59 +01:00
|
|
|
* Ensure integers and floats are always pretty printed preserving semantics, even if the particular
|
|
|
|
value can only be manually constructed.
|
2017-02-03 22:56:55 +01:00
|
|
|
* Throw a `LogicException` when trying to pretty-print an `Error` node. Previously this resulted in
|
|
|
|
an undefined method exception or fatal error.
|
2016-12-11 16:31:59 +01:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2016-12-11 13:44:17 +01:00
|
|
|
* [PHP 7.1] Added support for negative interpolated offsets: `"$foo[-1]"`
|
2016-12-17 11:13:43 +01:00
|
|
|
* Added `preserveOriginalNames` option to `NameResolver`. If this option is enabled, an
|
|
|
|
`originalName` attribute, containing the unresolved name, will be added to each resolved name.
|
2017-02-03 22:56:55 +01:00
|
|
|
* Added `php-parse --with-positions` option, which dumps nodes with position information.
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
* The XML serializer has been deprecated. In particular, the classes `Serializer\XML`,
|
|
|
|
`Unserializer\XML`, as well as the interfaces `Serializer` and `Unserializer` are deprecated.
|
2016-10-29 13:39:27 +02:00
|
|
|
|
2016-12-06 12:30:35 +01:00
|
|
|
Version 3.0.2 (2016-12-06)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2016-12-07 20:22:53 +01:00
|
|
|
* Fixed name resolution of nullable types. (#324)
|
2016-12-06 12:30:35 +01:00
|
|
|
* Fixed pretty-printing of nullable types.
|
|
|
|
|
2016-12-01 13:37:30 +01:00
|
|
|
Version 3.0.1 (2016-12-01)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed handling of nested `list()`s: If the nested list was unkeyed, it was directly included in
|
|
|
|
the list items. If it was keyed, it was wrapped in `ArrayItem`. Now nested `List_` nodes are
|
2016-12-07 20:22:53 +01:00
|
|
|
always wrapped in `ArrayItem`s. (#321)
|
2016-12-01 13:37:30 +01:00
|
|
|
|
2016-11-30 19:20:29 +01:00
|
|
|
Version 3.0.0 (2016-11-30)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added support for dumping node positions in the NodeDumper through the `dumpPositions` option.
|
|
|
|
* Added error recovery support for `$`, `new`, `Foo::`.
|
|
|
|
|
2016-10-29 13:39:27 +02:00
|
|
|
Version 3.0.0-beta2 (2016-10-29)
|
|
|
|
--------------------------------
|
|
|
|
|
2016-10-21 23:26:32 +02:00
|
|
|
This release primarily improves our support for error recovery.
|
|
|
|
|
2016-09-17 20:48:51 +02:00
|
|
|
### Added
|
|
|
|
|
2016-10-21 20:04:55 +02:00
|
|
|
* Added `Node::setDocComment()` method.
|
2016-10-21 23:26:32 +02:00
|
|
|
* Added `Error::getMessageWithColumnInfo()` method.
|
|
|
|
* Added support for recovery from lexer errors.
|
|
|
|
* Added support for recovering from "special" errors (i.e. non-syntax parse errors).
|
|
|
|
* Added precise location information for lexer errors.
|
|
|
|
* Added `ErrorHandler` interface, and `ErrorHandler\Throwing` and `ErrorHandler\Collecting` as
|
|
|
|
specific implementations. These provide a general mechanism for handling error recovery.
|
|
|
|
* Added optional `ErrorHandler` argument to `Parser::parse()`, `Lexer::startLexing()` and
|
|
|
|
`NameResolver::__construct()`.
|
|
|
|
* The `NameResolver` now adds a `namespacedName` attribute on name nodes that cannot be statically
|
|
|
|
resolved (unqualified unaliased function or constant names in namespaces).
|
2018-01-08 11:10:03 +01:00
|
|
|
|
2016-10-21 23:26:32 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed attribute assignment for `GroupUse` prefix and variables in interpolated strings.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* The constants on `NameTraverserInterface` have been moved into the `NameTraverser` class.
|
|
|
|
* Due to the error handling changes, the `Parser` interface and `Lexer` API have changed.
|
|
|
|
* The emulative lexer now directly postprocesses tokens, instead of using `~__EMU__~` sequences.
|
|
|
|
This changes the protected API of the lexer.
|
2016-10-29 13:37:47 +02:00
|
|
|
* The `Name::slice()` method now returns `null` for empty slices, previously `new Name([])` was
|
|
|
|
used. `Name::concat()` now also supports concatenation with `null`.
|
2016-10-21 23:26:32 +02:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
2016-10-22 00:25:15 +02:00
|
|
|
* Removed `Name::append()` and `Name::prepend()`. These mutable methods have been superseded by
|
|
|
|
the immutable `Name::concat()`.
|
2016-10-21 23:26:32 +02:00
|
|
|
* Removed `Error::getRawLine()` and `Error::setRawLine()`. These methods have been superseded by
|
|
|
|
`Error::getStartLine()` and `Error::setStartLine()`.
|
|
|
|
* Removed support for node cloning in the `NodeTraverser`.
|
|
|
|
* Removed `$separator` argument from `Name::toString()`.
|
|
|
|
* Removed `throw_on_error` parser option and `Parser::getErrors()` method. Use the `ErrorHandler`
|
|
|
|
mechanism instead.
|
2016-09-16 14:18:19 +02:00
|
|
|
|
|
|
|
Version 3.0.0-beta1 (2016-09-16)
|
|
|
|
--------------------------------
|
2016-09-17 20:48:51 +02:00
|
|
|
|
2016-07-25 16:42:42 +02:00
|
|
|
### Added
|
|
|
|
|
2016-09-16 14:18:19 +02:00
|
|
|
* [7.1] Function/method and parameter builders now support PHP 7.1 type hints (void, iterable and
|
|
|
|
nullable types).
|
|
|
|
* Nodes and Comments now implement `JsonSerializable`. The node kind is stored in a `nodeType`
|
|
|
|
property.
|
2016-07-25 16:42:42 +02:00
|
|
|
* The `InlineHTML` node now has an `hasLeadingNewline` attribute, that specifies whether the
|
|
|
|
preceding closing tag contained a newline. The pretty printer honors this attribute.
|
2016-09-16 14:18:19 +02:00
|
|
|
* Partial parsing of `$obj->` (with missing property name) is now supported in error recovery mode.
|
|
|
|
* The error recovery mode is now exposed in the `php-parse` script through the `--with-recovery`
|
|
|
|
or `-r` flags.
|
2016-07-25 15:16:35 +02:00
|
|
|
|
2016-09-16 14:08:58 +02:00
|
|
|
The following changes are also part of PHP-Parser 2.1.1:
|
|
|
|
|
|
|
|
* The PHP 7 parser will now generate a parse error for `$var =& new Obj` assignments.
|
2016-09-17 20:48:51 +02:00
|
|
|
* Comments on free-standing code blocks will now be retained as comments on the first statement in
|
2016-09-16 14:08:58 +02:00
|
|
|
the code block.
|
|
|
|
|
2016-07-25 15:16:35 +02:00
|
|
|
Version 3.0.0-alpha1 (2016-07-25)
|
|
|
|
---------------------------------
|
|
|
|
|
2016-07-22 16:55:17 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* [7.1] Added support for `void` and `iterable` types. These will now be represented as strings
|
|
|
|
(instead of `Name` instances) similar to other builtin types.
|
2016-07-25 13:33:19 +02:00
|
|
|
* [7.1] Added support for class constant visibility. The `ClassConst` node now has a `flags` subnode
|
2016-07-22 16:55:17 +02:00
|
|
|
holding the visibility modifier, as well as `isPublic()`, `isProtected()` and `isPrivate()`
|
|
|
|
methods. The constructor changed to accept the additional subnode.
|
|
|
|
* [7.1] Added support for nullable types. These are represented using a new `NullableType` node
|
|
|
|
with a single `type` subnode.
|
|
|
|
* [7.1] Added support for short array destructuring syntax. This means that `Array` nodes may now
|
|
|
|
appear as the left-hand-side of assignments and foreach value targets. Additionally the array
|
|
|
|
items may now contain `null` values if elements are skipped.
|
|
|
|
* [7.1] Added support for keys in list() destructuring. The `List` subnode `vars` has been renamed
|
|
|
|
to `items` and now contains `ArrayItem`s instead of plain variables.
|
|
|
|
* [7.1] Added support for multi-catch. The `Catch` subnode `type` has been renamed to `types` and
|
|
|
|
is now an array of `Name`s.
|
2016-07-25 14:50:37 +02:00
|
|
|
* `Name::slice()` now supports lengths and negative offsets. This brings it in line with
|
|
|
|
`array_slice()` functionality.
|
2016-07-22 16:55:17 +02:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2016-07-22 17:01:51 +02:00
|
|
|
Due to PHP 7.1 support additions described above, the node structure changed as follows:
|
2016-07-22 16:55:17 +02:00
|
|
|
|
|
|
|
* `void` and `iterable` types are now stored as strings if the PHP 7 parser is used.
|
2016-07-25 15:09:21 +02:00
|
|
|
* The `ClassConst` constructor changed to accept an additional `flags` subnode.
|
2016-07-22 16:55:17 +02:00
|
|
|
* The `Array` subnode `items` may now contain `null` elements (destructuring).
|
|
|
|
* The `List` subnode `vars` has been renamed to `items` and now contains `ArrayItem`s instead of
|
|
|
|
plain variables.
|
|
|
|
* The `Catch` subnode `type` has been renamed to `types` and is now an array of `Name`s.
|
|
|
|
|
2016-07-22 17:01:51 +02:00
|
|
|
Additionally the following changes were made:
|
|
|
|
|
2016-07-25 13:33:19 +02:00
|
|
|
* The `type` subnode on `Class`, `ClassMethod` and `Property` has been renamed to `flags`. The
|
|
|
|
`type` subnode has retained for backwards compatibility and is populated to the same value as
|
|
|
|
`flags`. However, writes to `type` will not update `flags`.
|
2016-07-25 15:09:21 +02:00
|
|
|
* The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
|
2016-07-25 14:25:04 +02:00
|
|
|
explicit `Finally` node. This allows for more accurate attribute assignment.
|
2016-07-22 17:01:51 +02:00
|
|
|
* The `Trait` constructor now has the same form as the `Class` and `Interface` constructors: It
|
|
|
|
takes an array of subnodes. Unlike classes/interfaces, traits can only have a `stmts` subnode.
|
2016-07-25 14:25:04 +02:00
|
|
|
* The `NodeDumper` now prints class/method/property/constant modifiers, as well as the include and
|
|
|
|
use type in a textual representation, instead of only showing the number.
|
2017-10-31 22:47:42 +01:00
|
|
|
* All methods on `PrettyPrinter\Standard` are now protected. Previously most of them were public.
|
2016-07-22 17:01:51 +02:00
|
|
|
|
2016-07-22 16:55:17 +02:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
* Removed support for running on PHP 5.4. It is however still possible to parse PHP 5.2-5.4 code
|
|
|
|
while running on a newer version.
|
|
|
|
* The deprecated `Comment::setLine()` and `Comment::setText()` methods have been removed.
|
2016-07-25 14:50:37 +02:00
|
|
|
* The deprecated `Name::set()`, `Name::setFirst()` and `Name::setLast()` methods have been removed.
|
2016-07-22 16:55:17 +02:00
|
|
|
|
2016-09-16 14:04:44 +02:00
|
|
|
Version 2.1.1 (2016-09-16)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* The pretty printer will now escape all control characters in the range `\x00-\x1F` inside double
|
|
|
|
quoted strings. If no special escape sequence is available, an octal escape will be used.
|
|
|
|
* The quality of the error recovery has been improved. In particular unterminated expressions should
|
|
|
|
be handled more gracefully.
|
|
|
|
* The PHP 7 parser will now generate a parse error for `$var =& new Obj` assignments.
|
|
|
|
* Comments on free-standing code blocks will no be retained as comments on the first statement in
|
|
|
|
the code block.
|
|
|
|
|
2016-04-19 15:41:41 +02:00
|
|
|
Version 2.1.0 (2016-04-19)
|
|
|
|
--------------------------
|
|
|
|
|
2016-04-19 15:32:57 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Properly support `B""` strings (with uppercase `B`) in a number of places.
|
|
|
|
* Fixed reformatting of indented parts in a certain non-standard comment style.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added `dumpComments` option to node dumper, to enable dumping of comments associated with nodes.
|
|
|
|
* Added `Stmt\Nop` node, that is used to collect comments located at the end of a block or at the
|
|
|
|
end of a file (without a following node with which they could otherwise be associated).
|
|
|
|
* Added `kind` attribute to `Expr\Exit` to distinguish between `exit` and `die`.
|
|
|
|
* Added `kind` attribute to `Scalar\LNumber` to distinguish between decimal, binary, octal and
|
|
|
|
hexadecimal numbers.
|
2017-10-31 22:47:42 +01:00
|
|
|
* Added `kind` attribute to `Expr\Array` to distinguish between `array()` and `[]`.
|
2016-04-19 15:32:57 +02:00
|
|
|
* Added `kind` attribute to `Scalar\String` and `Scalar\Encapsed` to distinguish between
|
|
|
|
single-quoted, double-quoted, heredoc and nowdoc string.
|
|
|
|
* Added `docLabel` attribute to `Scalar\String` and `Scalar\Encapsed`, if it is a heredoc or
|
|
|
|
nowdoc string.
|
|
|
|
* Added start file offset information to `Comment` nodes.
|
|
|
|
* Added `setReturnType()` method to function and method builders.
|
|
|
|
* Added `-h` and `--help` options to `php-parse` script.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Invalid octal literals now throw a parse error in PHP 7 mode.
|
|
|
|
* The pretty printer takes all the new attributes mentioned in the previous section into account.
|
|
|
|
* The protected `AbstractPrettyPrinter::pComments()` method no longer returns a trailing newline.
|
|
|
|
* The bundled autoloader supports library files being stored in a different directory than
|
|
|
|
`PhpParser` for easier downstream distribution.
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
* The `Comment::setLine()` and `Comment::setText()` methods have been deprecated. Construct new
|
|
|
|
objects instead.
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
* The internal (but public) method `Scalar\LNumber::parse()` has been removed. A non-internal
|
|
|
|
`LNumber::fromString()` method has been added instead.
|
2015-12-04 16:26:27 +01:00
|
|
|
|
2016-02-28 20:47:57 +01:00
|
|
|
Version 2.0.1 (2016-02-28)
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* `declare() {}` and `declare();` are not semantically equivalent and will now result in different
|
|
|
|
ASTs. The format case will have an empty `stmts` array, while the latter will set `stmts` to
|
|
|
|
`null`.
|
|
|
|
* Magic constants are now supported as semi-reserved keywords.
|
|
|
|
* A shebang line like `#!/usr/bin/env php` is now allowed at the start of a namespaced file.
|
|
|
|
Previously this generated an exception.
|
|
|
|
* The `prettyPrintFile()` method will not strip a trailing `?>` from the raw data that follows a
|
|
|
|
`__halt_compiler()` statement.
|
|
|
|
* The `prettyPrintFile()` method will not strip an opening `<?php` if the file starts with a
|
|
|
|
comment followed by InlineHTML.
|
|
|
|
|
2015-12-04 16:26:27 +01:00
|
|
|
Version 2.0.0 (2015-12-04)
|
|
|
|
--------------------------
|
2015-07-14 21:13:42 +02:00
|
|
|
|
2015-12-03 22:55:07 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* String parts of encapsed strings are now represented using `Scalar\EncapsStringPart` nodes.
|
|
|
|
Previously raw strings were used. This affects the `parts` child of `Scalar\Encaps` and
|
|
|
|
`Expr\ShellExec`. The change has been done to allow assignment of attributes to encapsed string
|
|
|
|
parts.
|
2015-07-14 21:13:42 +02:00
|
|
|
|
2015-10-21 20:30:17 +02:00
|
|
|
Version 2.0.0-beta1 (2015-10-21)
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fixed issue with too many newlines being stripped at the end of heredoc/nowdoc strings in some
|
|
|
|
cases. (#227)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Update group use support to be in line with recent PHP 7.0 builds.
|
|
|
|
* Renamed `php-parse.php` to `php-parse` and registered it as a composer bin.
|
|
|
|
* Use composer PSR-4 autoloader instead of custom autoloader.
|
|
|
|
* Specify phpunit as a dev dependency.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added `shortArraySyntax` option to pretty printer, to print all arrays using short syntax.
|
|
|
|
|
2015-07-14 21:13:42 +02:00
|
|
|
Version 2.0.0-alpha1 (2015-07-14)
|
|
|
|
---------------------------------
|
2012-04-23 14:14:52 +02:00
|
|
|
|
2015-07-14 20:13:26 +02:00
|
|
|
A more detailed description of backwards incompatible changes can be found in the
|
|
|
|
[upgrading guide](UPGRADE-2.0.md).
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
2016-07-22 16:55:17 +02:00
|
|
|
* Removed support for running on PHP 5.3. It is however still possible to parse PHP 5.2 and PHP 5.3
|
2015-07-14 20:13:26 +02:00
|
|
|
code while running on a newer version.
|
|
|
|
* Removed legacy class name aliases. This includes the old non-namespaced class names and the old
|
|
|
|
names for classes that were renamed for PHP 7 compatibility.
|
|
|
|
* Removed support for legacy node format. All nodes must have a `getSubNodeNames()` method now.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added support for remaining PHP 7 features that were not present in 1.x:
|
|
|
|
* Group use declarations. These are represented using `Stmt\GroupUse` nodes. Furthermore a `type`
|
|
|
|
attribute was added to `Stmt\UseUse` to handle mixed group use declarations.
|
|
|
|
* Uniform variable syntax.
|
|
|
|
* Generalized yield operator.
|
|
|
|
* Scalar type declarations. These are presented using `'bool'`, `'int'`, `'float'` and `'string'`
|
|
|
|
as the type. The PHP 5 parser also accepts these, however they'll be `Name` instances there.
|
|
|
|
* Unicode escape sequences.
|
|
|
|
* Added `PhpParser\ParserFactory` class, which should be used to create parser instances.
|
|
|
|
* Added `Name::concat()` which concatenates two names.
|
|
|
|
* Added `Name->slice()` which takes a subslice of a name.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* `PhpParser\Parser` is now an interface, implemented by `Parser\Php5`, `Parser\Php7` and
|
|
|
|
`Parser\Multiple`. The `Multiple` parser will try multiple parsers, until one succeeds.
|
2015-07-14 21:11:54 +02:00
|
|
|
* Token constants are now defined on `PhpParser\Parser\Tokens` rather than `PhpParser\Parser`.
|
2015-07-14 20:13:26 +02:00
|
|
|
* The `Name->set()`, `Name->append()`, `Name->prepend()` and `Name->setFirst()` methods are
|
|
|
|
deprecated in favor of `Name::concat()` and `Name->slice()`.
|
|
|
|
* The `NodeTraverser` no longer clones nodes by default. The old behavior can be restored by
|
|
|
|
passing `true` to the constructor.
|
2015-07-14 21:11:54 +02:00
|
|
|
* The constructor for `Scalar` nodes no longer has a default value. E.g. `new LNumber()` should now
|
|
|
|
be written as `new LNumber(0)`.
|
2015-05-02 17:40:40 +02:00
|
|
|
|
2014-03-27 13:43:42 +01:00
|
|
|
---
|
2012-04-23 14:14:52 +02:00
|
|
|
|
2016-02-28 21:01:06 +01:00
|
|
|
**This changelog only includes changes from the 2.0 series. For older changes see the
|
|
|
|
[1.x series changelog](https://github.com/nikic/PHP-Parser/blob/1.x/CHANGELOG.md) and the
|
2017-12-26 17:25:14 +01:00
|
|
|
[0.9 series changelog](https://github.com/nikic/PHP-Parser/blob/0.9/CHANGELOG.md).**
|