History log of /PHP-Parser/README.md (Results 51 – 75 of 79)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 22ef0de7 12-Sep-2014 nikic

Add migration guide for 0.9 -> 1.0


# 7a3789f1 31-Aug-2014 nikic

Remove "experimental" message


Revision tags: v1.0.0beta2, v0.9.5, v1.0.0beta1
# a6d46c17 27-Mar-2014 nikic

Release PHP-Parser 1.0.0 Beta 1


# 5cab2a78 06-Feb-2014 nikic

Specify autoloader in composer.json


# 843aad43 06-Feb-2014 nikic

Fix readme


# 5e725df8 06-Feb-2014 nikic

Update docs to use new names


Revision tags: v0.9.4
# 8e686ce7 15-Apr-2013 nikic

PHP-Parser supports PHP 5.5


Revision tags: v0.9.3, v0.9.2, v0.9.1
# 48f089a1 21-Feb-2012 nikic

Tweak readme


# 517562e0 21-Feb-2012 nikic

Add a little into to readme


Revision tags: v0.9.0
# 6289ccfa 12-Nov-2011 nikic

More docs


# b7a034cd 29-Sep-2011 nikic

Remove redundant check in NameResolver


# 92f79300 28-Sep-2011 nikic

Fix some readme + doccomment typos


# d53173c2 24-Sep-2011 nikic

Don't use references in NodeTraverser

Stop using reference magic in the NodeTraverser. Instead use normal return values. Additionally enfore that an array is passed to ->traverse().


# ee4e55dc 22-Sep-2011 nikic

Move Node_Expr_FuncCallArg to Node_Arg (just like Node_Param)


# a551bbc5 21-Sep-2011 nikic

Add PHPParser_Node interface


# 96350be1 14-Aug-2011 nikic

Implement the debug parser by extending the normal parser. That way there is no need to repeat all action codes and lookup tables twice.


# ae46aeda 09-Aug-2011 nikic

Don't save whether a string is binary anymore. The binary flag isn't going to be used in the next couple of years, so it doesn't make sense to unnecessarily complicate things.


# c013467b 09-Aug-2011 nikic

Add NodeTraverser documentation


# 684a638f 04-Aug-2011 nikic

Add possibility to pretty print expressions to PrettyPrinter


# 06fcef90 14-Jul-2011 nikic

Document getDocComment and getLine


# b24d0e2d 05-Jun-2011 nikic <+@ni-po.com>

Rename PHPParser_ParseErrorException to PHPParser_Error


# 83a2077f 05-Jun-2011 nikic <+@ni-po.com>

Add Autoloader


# 620525a5 05-Jun-2011 nikic <+@ni-po.com>

Prefix all classes with PHPParser_


# d82bbb3b 03-Jun-2011 nikic <+@ni-po.com>

Throw ParseErrorException on error instead of error callback

As long as the parser isn't reentrant having an error callback doesn't really make sense and only complicates everything.


# b80f326b 02-Jun-2011 nikic <+@ni-po.com>

Fix problem with indented strings by introducing PrettyPrinter->pSafe


1234