33602889 | 21-Oct-2015 |
Nikita Popov |
Release version 2.0.0 beta 1 |
98d28d7a | 03-Oct-2015 |
Nikita Popov |
Drop test failing on HHVM Can readd if Travis ever updates the HHVM version again, I remember this being fixed ages ago. |
e4b837e0 | 02-Oct-2015 |
Nikita Popov |
Split up pretty printer test in stmt/expr The list was getting unweildly. Also improve error message when parsing fails in pretty printer test and extend some tests. |
2b9c5a62 | 01-Oct-2015 |
Aydin |
Multiple init test for for loop |
99e89743 | 01-Oct-2015 |
Aydin |
More PrettyPrinter tests |
39a039fa | 21-Sep-2015 |
Nikita Popov |
Add option for short array syntax in pretty printer |
fcf23101 | 21-Sep-2015 |
Nikita Popov |
Fix autoloader path in php-parse Need to go up another directory... |
c8898df3 | 21-Sep-2015 |
Nikita Popov |
Add php-parse as composer bin Renaming from php-parse.php to just php-parse to follow the usual conventions. Not tested. |
b2961915 | 21-Sep-2015 |
Nikita Popov |
Fix XML serialization test I have no idea why this suddenly turned up *now* |
6f3fd783 | 20-Sep-2015 |
Dmitry Patsura |
Specify phpunit dev dependency in composer.json And use it for the travis build. |
Revision tags: v1.4.1 |
|
eecaf1e9 | 19-Sep-2015 |
Nikita Popov |
Merge branch '1.x' Conflicts: grammar/rebuildParsers.php lib/PhpParser/Parser.php
|
950ada4c | 19-Sep-2015 |
Nikita Popov |
Fix issue #227 Use \z instead of $. |
0d4239ef | 16-Sep-2015 |
Nikita Popov |
Only advertize install via composer Now that it's so small, move installation docs into readme. |
e3a93561 | 16-Sep-2015 |
Dmitry Patsura |
Use composer PSR-4 autoloader |
5118e21c | 14-Sep-2015 |
Nikita Popov |
Add nightly to travis, use container based infra Currently 7.0 and nightly are the same, but for the future... |
40455b5c | 14-Sep-2015 |
Dmitry Patsura |
TravisCI - stop allowing to failture PHP7 |
fe6755ff | 25-Aug-2015 |
Nikita Popov |
Use more helpful code test names |
f57d217e | 20-Aug-2015 |
Nikita Popov |
Update group use support To conform with current PHP 7 implementation * Allow use \Foo\{Bar}; * Disallow use Foo\{\Bar}; * Disallow missing trailing semicolon (that was a bu
Update group use support To conform with current PHP 7 implementation * Allow use \Foo\{Bar}; * Disallow use Foo\{\Bar}; * Disallow missing trailing semicolon (that was a bug)
show more ...
|
Revision tags: v2.0.0alpha1 |
|
e0a75ede | 14-Jul-2015 |
Nikita Popov |
Release PHP-Parser 2.0 Alpha 1 |
2496cd38 | 14-Jul-2015 |
Nikita Popov |
Various docs fixes |
965e53a1 | 14-Jul-2015 |
Nikita Popov |
Update changelog |
dc857420 | 14-Jul-2015 |
Nikita Popov |
Merge branch '1.x' Conflicts: CHANGELOG.md composer.json test/PhpParser/ParserTest.php
|
Revision tags: v1.4.0 |
|
196f177c | 14-Jul-2015 |
Nikita Popov |
Prepare PHP-Parser 1.4.0 release |
b9afcdfd | 14-Jul-2015 |
Nikita Popov |
Revert "Make tests compatible with PHP 7" This reverts commit 91295a07903fbd28d1f5c52611968ce0b3a4517e. This should no longer be necessary. Conflicts: test/PhpP
Revert "Make tests compatible with PHP 7" This reverts commit 91295a07903fbd28d1f5c52611968ce0b3a4517e. This should no longer be necessary. Conflicts: test/PhpParser/ParserTest.php
show more ...
|
3bb874fc | 14-Jul-2015 |
Nikita Popov |
Partial docs update |