Revision tags: v3.1.5 |
|
#
bb87e28e |
| 28-Feb-2018 |
Nikita Popov |
Release PHP-Parser 3.1.5
|
#
08215e76 |
| 30-Jan-2018 |
Nikita Popov |
Fix duplicate switch comment assignment Fixes #469.
|
Revision tags: v4.0.0beta1 |
|
#
c18bb277 |
| 27-Jan-2018 |
Nikita Popov |
Release PHP-Parser 4.0 Beta 1
|
#
6a273c9f |
| 25-Jan-2018 |
Nikita Popov |
Remove Autoloader class
|
Revision tags: v3.1.4 |
|
#
e57b3a09 |
| 25-Jan-2018 |
Nikita Popov |
Release PHP-Parser 3.1.4
|
#
94c715d9 |
| 25-Jan-2018 |
Nikita Popov |
Fix pretty printing of -(-$x) and +(+$x) Fixes #459.
|
#
4dacbb8d |
| 25-Jan-2018 |
Nikita Popov |
FPPP: Fix indentation on list insertion Use indentation of last list element, instead of indentation before the insertion point. Fixes #466.
|
#
bcb45d31 |
| 08-Jan-2018 |
Gabriel Caruso |
Trailing whitespaces (#461) Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
|
#
1c7fd314 |
| 26-Dec-2017 |
Nikita Popov |
FPPP: Add heuristic for multi-line lists
|
Revision tags: v4.0.0alpha3 |
|
#
63abf9cb |
| 26-Dec-2017 |
Nikita Popov |
Release PHP-Parser 4.0 Alpha 3
|
#
ceb4932c |
| 26-Dec-2017 |
Tomáš Votruba |
Clean merge leftover in changelog (#456)
|
Revision tags: v3.1.3 |
|
#
579f4ce8 |
| 26-Dec-2017 |
Nikita Popov |
Release PHP-Parser 3.1.3
|
#
dc3ace55 |
| 01-Dec-2017 |
Nikita Popov |
FPPP: Support insert at start of list node (#446)
|
#
336a49b4 |
| 13-Nov-2017 |
Nikita Popov |
FPPP: Fix comment indentation (#443)
|
Revision tags: v4.0.0alpha2 |
|
#
a659240d |
| 10-Nov-2017 |
Nikita Popov |
Release PHP-Parser 4.0.0 Alpha 2
|
#
66f88cfa |
| 04-Nov-2017 |
Nikita Popov |
Update changelog
|
Revision tags: v3.1.2 |
|
#
08131e7f |
| 04-Nov-2017 |
Nikita Popov |
Release PHP-Parser 3.1.2
|
#
0ba710af |
| 04-Nov-2017 |
Nikita Popov |
Add setDocComment() to namespace build (#437)
|
#
837579a4 |
| 31-Oct-2017 |
Brad Mostert |
Fix spelling in documentation (#434)
|
#
5900d78c |
| 29-Oct-2017 |
Nikita Popov |
FPPP: Support anonymous classes (#432) This is a huge hack... We temporarily create a new node with the correct structure and use that for printing. I think it would be better t
FPPP: Support anonymous classes (#432) This is a huge hack... We temporarily create a new node with the correct structure and use that for printing. I think it would be better to always use a separate node type for NewAnonClass, rather than using a combination of New and Class, but this would require some larger changes, as this node type would have to be both Expr and ClassLike, which is not possible right now, as the latter is a class rather than an interface...
show more ...
|
#
77627536 |
| 25-Oct-2017 |
Nikita Popov |
FPPP: Support modifier changes (#428) I decided against introducing a node type for this. In the end it would require special handling anyway.
|
Revision tags: v4.0.0alpha1 |
|
#
001f2d3f |
| 18-Oct-2017 |
Nikita Popov |
Release PHP-Parser 4.0 Alpha 1
|
#
d418bf39 |
| 01-Oct-2017 |
Nikita Popov |
Preserve comments on empty blocks (#382)
|
#
4b1d9667 |
| 30-Sep-2017 |
Nikita Popov |
Add constant expression evaluator (#402)
|
#
403a7c53 |
| 29-Sep-2017 |
Nikita Popov |
Update changelog
|