Revision tags: v4.0.0beta1 |
|
c18bb277 | 27-Jan-2018 |
Nikita Popov |
Release PHP-Parser 4.0 Beta 1 |
dd0adcc9 | 27-Jan-2018 |
Nikita Popov |
Move code gen docs to components and improve Mention non-fluent helper methods. |
e4505de3 | 27-Jan-2018 |
Nikita Popov |
Move FAQ into component documentation |
a513ccab | 27-Jan-2018 |
Nikita Popov |
Improve constant evaluation and add docs Split into evaluateDirectly() and evaluateSilently(), to be able to treat errors more gracefully. Add documentation for constant evaluation. |
d817818b | 27-Jan-2018 |
Nikita Popov |
Move TokenStream into Internal namespace |
6a273c9f | 25-Jan-2018 |
Nikita Popov |
Remove Autoloader class |
c2d3ecad | 25-Jan-2018 |
Nikita Popov |
Merge branch '3.x' Conflicts: CHANGELOG.md
|
Revision tags: v3.1.4 |
|
e57b3a09 | 25-Jan-2018 |
Nikita Popov |
Release PHP-Parser 3.1.4 |
1cdb280a | 25-Jan-2018 |
Nikita Popov |
Merge branch '3.x'
|
d01fafcb | 25-Jan-2018 |
Nikita Popov |
Handle +(++$x) and -(--$x) as well |
67df02c8 | 31-Dec-2017 |
Miguel Piedrafita |
Update license year |
b85b6b35 | 25-Jan-2018 |
Nikita Popov |
Merge branch '3.x' Conflicts: lib/PhpParser/PrettyPrinter/Standard.php
|
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. |
aa685e71 | 14-Jan-2018 |
Gabriel Caruso |
Bump to PHP 7.2 in documentation |
edafeb85 | 10-Jan-2018 |
Gabriel Caruso |
[CS] Order uses A -> Z |
68d07c46 | 10-Jan-2018 |
Gabriel Caruso |
[CS] New line in the end of file |
8fae99aa | 10-Jan-2018 |
Gabriel Caruso |
[CS] Remove spaces |
c7ada124 | 13-Jan-2018 |
Nikita Popov |
[CS] Use ::class notation instead of string Conflicts: test/PhpParser/ParserFactoryTest.php test/PhpParser/ParserTest.php |
f6617e6d | 10-Jan-2018 |
Gabriel Caruso |
[CS] Space after ternary operator |
24995347 | 10-Jan-2018 |
Gabriel Caruso |
[CS] Whitespace before return type |
e0a20430 | 10-Jan-2018 |
Gabriel Caruso |
[CS] Space before casting |
e6e52aba | 10-Jan-2018 |
Gabriel Caruso |
[CS] Trim whitespaces |
7f72c841 | 10-Jan-2018 |
Gabriel Caruso |
[CS] Open class brackets in new line |
fc8ac71e | 10-Jan-2018 |
Gabriel Caruso |
[CS] Trim whitespaces inside arrays |