History log of /PHP-Parser/ (Results 626 – 650 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6121001530-Mar-2018 Nikita Popov

Remove unused ParserAbstract::$errors property

Leftover from before ErrorHandler was introduced.

7208b1c730-Mar-2018 Nikita Popov

Improve error recovery in classes (#492)

Revision tags: v4.0.1
e4a54fa925-Mar-2018 Nikita Popov

Release PHP-Parser 4.0.1

3125b54e25-Mar-2018 Nikita Popov

Link to composer/xdebug-handler

7f8ff1b910-Mar-2018 Nikita Popov

Add support for list reference assignments

RFC: https://wiki.php.net/rfc/list_reference_assignment

91a462ce10-Mar-2018 Nikita Popov

PHP 7.3: Add support for trailing commas in calls

RFC: https://wiki.php.net/rfc/trailing-comma-function-calls

610617fe03-Mar-2018 Nikita Popov

Also add new() builder

ff2d85dc03-Mar-2018 Nikita Popov

Add constFetch() and classConstFetch() builders

b998d1e903-Mar-2018 Nikita Popov

Add funcCall(), methodCall() and staticCall() builders

6aba762403-Mar-2018 Nikita Popov

Add replacement sanity check in traverser

Revision tags: v4.0.0
9c18e3db28-Feb-2018 Nikita Popov

Release PHP-Parser 4.0.0

ae52aadb28-Feb-2018 Nikita Popov

Fix merge leftovers in changelog

9cea940028-Feb-2018 Nikita Popov

Merge branch '3.x'

Conflicts:
CHANGELOG.md
lib/PhpParser/NodeAbstract.php


Revision tags: v3.1.5
bb87e28e28-Feb-2018 Nikita Popov

Release PHP-Parser 3.1.5

7484acb828-Feb-2018 Nikita Popov

Enable syntax highlighting for one code block

bc5ba47b28-Feb-2018 Nikita Popov

Add links to component docs

b999631528-Feb-2018 Nikita Popov

Add more extensive docs for node visitors

Also document NodeFinder.

de34701928-Feb-2018 Ryan Weaver

Proofreading the docs - very minor changes!

1c3eabb023-Feb-2018 Théo FIDRY

Replace string by class call (#477)

For better PHP-Scoper compatibility

8d1e86b408-Feb-2018 Nikita Popov

Move node dumper docs into basic usage

Also mentioned php-parse here.

ff10cc9d08-Feb-2018 Nikita Popov

Move JSON representation into component documentation

Also add -j flag to php-parse script to get a JSON dump. Also
drop obsolete flag for XML dumping.

1445432606-Feb-2018 Gabriel Caruso

Fix misspellings

3a45c1a102-Feb-2018 Gabriel Caruso

Support PHPUnit 7

ad9c42b630-Jan-2018 Nikita Popov

Merge branch '3.x'

Conflicts:
lib/PhpParser/Parser/Php5.php
lib/PhpParser/Parser/Php7.php


08215e7630-Jan-2018 Nikita Popov

Fix duplicate switch comment assignment

Fixes #469.

1...<<21222324252627282930>>...68