70319e27 | 07-Dec-2016 |
Nikita Popov |
Parse 0 in "$a[0]" as LNumber (#325) |
8a97065e | 07-Dec-2016 |
Nikita Popov |
Add UPGRADE note about NameResolver changes |
Revision tags: v3.0.2 |
|
adf44419 | 06-Dec-2016 |
Nikita Popov |
Release PHP-Parser 3.0.2 |
5219f757 | 06-Dec-2016 |
Nikita Popov |
Fix pretty-printing of nullable types |
a485ecd7 | 05-Dec-2016 |
Ondrej Mirtes |
NameResolver - resolve Name in NullableType |
030de805 | 05-Dec-2016 |
Matthew Brown |
Add NullableType to types of properties/args that offer it (#323) |
Revision tags: v3.0.1 |
|
aa6aec90 | 01-Dec-2016 |
Nikita Popov |
Release PHP-Parser 3.0.1 |
3e158a23 | 01-Dec-2016 |
Nikita Popov |
Wrap List_ in ArrayItem This was correctly done for the 'key'=>list() form, but not for unkeyed nested lists. |
Revision tags: v3.0.0 |
|
68973aed | 30-Nov-2016 |
Nikita Popov |
Release PHP-Parser 3.0 |
bcdfb703 | 23-Nov-2016 |
Nikita Popov |
Cleanup imports Thanks PhpStorm :) |
27281e91 | 23-Nov-2016 |
Nikita Popov |
Fix attribute assignment for Error nodes |
098294be | 23-Nov-2016 |
Nikita Popov |
Support !!positions parser test mode And use it for the group use prefix position test that was previously implemented as a separate test. |
b02f8ac0 | 23-Nov-2016 |
Nikita Popov |
Add support for dumping positions in NodeDumper |
e52ffc44 | 22-Nov-2016 |
Nikita Popov |
Support recovery from Foo:: |
c5cdd5ad | 21-Nov-2016 |
Nikita Popov |
Support recovery from free-standing $ |
c0630f81 | 21-Nov-2016 |
Nikita Popov |
Support recovery for new without class name |
Revision tags: v3.0.0beta2 |
|
6db8d9d5 | 29-Oct-2016 |
Nikita Popov |
Release PHP-Parser 3.0.0-beta2 |
71438559 | 29-Oct-2016 |
Nikita Popov |
Update docs |
c0f0edf0 | 22-Oct-2016 |
Nikita Popov |
Mark Name::$parts as deprecated |
fa7357b4 | 22-Oct-2016 |
Nikita Popov |
Represent empty Name::slice() using null Instead of a Name([]) dummy value, that is invalid in other contexts. |
91cb82d3 | 22-Oct-2016 |
Nikita Popov |
Explicitly support Name copy construction It already worked beforehand by accident ... make clear it's actually supported. |
7672b974 | 21-Oct-2016 |
Nikita Popov |
Remove Name::append() and Name::prepend() |
84893645 | 21-Oct-2016 |
Nikita Popov |
Update changelog and upgrading guide |
0d0accfa | 21-Oct-2016 |
Nikita Popov |
Add setDocComment() to Node interface Previously it was only part of NodeAbstract. |
623bad2c | 09-Oct-2016 |
Matthew Brown |
Type encapsulated string parts specifically |