History log of /PHP-Parser/doc/README.md (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0b3c7629 17-Sep-2023 Nikita Popov

Update docs table of contents


# e69ebbbf 03-May-2021 Rod Elias

chore: use the word Xdebug instead of XDebug


Revision tags: v4.3.0, v4.2.5, v4.2.4, v4.2.3, v4.2.2, v4.2.1, v4.2.0, v4.1.1, v4.1.0, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v3.1.5
# b9996315 28-Feb-2018 Nikita Popov

Add more extensive docs for node visitors

Also document NodeFinder.


# 8d1e86b4 08-Feb-2018 Nikita Popov

Move node dumper docs into basic usage

Also mentioned php-parse here.


# ff10cc9d 08-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.


Revision tags: v4.0.0beta1
# 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.


Revision tags: v3.1.4
# bcb45d31 08-Jan-2018 Gabriel Caruso

Trailing whitespaces (#461)

Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>


Revision tags: v4.0.0alpha3, v3.1.3, v4.0.0alpha2
# 73be0767 10-Nov-2017 Nikita Popov

Docs: Add performance section


Revision tags: v3.1.2, v4.0.0alpha1
# f5f3b0d4 03-Oct-2017 Nikita Popov

Add name resolution, pretty printing component docs

The docs are receiving too little love...