File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
Version 3.0.0-dev
2
+ -----------------
2
3
4
+ Nothing yet.
5
+
6
+ Version 3.0.0-beta1 (2016-09-16)
7
+ --------------------------------
3
8
### Added
4
9
10
+ * [ 7.1] Function/method and parameter builders now support PHP 7.1 type hints (void, iterable and
11
+ nullable types).
12
+ * Nodes and Comments now implement ` JsonSerializable ` . The node kind is stored in a ` nodeType `
13
+ property.
5
14
* The ` InlineHTML ` node now has an ` hasLeadingNewline ` attribute, that specifies whether the
6
15
preceding closing tag contained a newline. The pretty printer honors this attribute.
16
+ * Partial parsing of ` $obj-> ` (with missing property name) is now supported in error recovery mode.
17
+ * The error recovery mode is now exposed in the ` php-parse ` script through the ` --with-recovery `
18
+ or ` -r ` flags.
7
19
8
20
The following changes are also part of PHP-Parser 2.1.1:
9
21
You can’t perform that action at this time.
0 commit comments