History log of /PHP-Parser/ (Results 951 – 975 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
70319e2707-Dec-2016 Nikita Popov

Parse 0 in "$a[0]" as LNumber (#325)

8a97065e07-Dec-2016 Nikita Popov

Add UPGRADE note about NameResolver changes

Revision tags: v3.0.2
adf4441906-Dec-2016 Nikita Popov

Release PHP-Parser 3.0.2

5219f75706-Dec-2016 Nikita Popov

Fix pretty-printing of nullable types

a485ecd705-Dec-2016 Ondrej Mirtes

NameResolver - resolve Name in NullableType

030de80505-Dec-2016 Matthew Brown

Add NullableType to types of properties/args that offer it (#323)

Revision tags: v3.0.1
aa6aec9001-Dec-2016 Nikita Popov

Release PHP-Parser 3.0.1

3e158a2301-Dec-2016 Nikita Popov

Wrap List_ in ArrayItem

This was correctly done for the 'key'=>list() form, but not for
unkeyed nested lists.

Revision tags: v3.0.0
68973aed30-Nov-2016 Nikita Popov

Release PHP-Parser 3.0

bcdfb70323-Nov-2016 Nikita Popov

Cleanup imports

Thanks PhpStorm :)

27281e9123-Nov-2016 Nikita Popov

Fix attribute assignment for Error nodes

098294be23-Nov-2016 Nikita Popov

Support !!positions parser test mode

And use it for the group use prefix position test that was
previously implemented as a separate test.

b02f8ac023-Nov-2016 Nikita Popov

Add support for dumping positions in NodeDumper

e52ffc4422-Nov-2016 Nikita Popov

Support recovery from Foo::

c5cdd5ad21-Nov-2016 Nikita Popov

Support recovery from free-standing $

c0630f8121-Nov-2016 Nikita Popov

Support recovery for new without class name

Revision tags: v3.0.0beta2
6db8d9d529-Oct-2016 Nikita Popov

Release PHP-Parser 3.0.0-beta2

7143855929-Oct-2016 Nikita Popov

Update docs

c0f0edf022-Oct-2016 Nikita Popov

Mark Name::$parts as deprecated

fa7357b422-Oct-2016 Nikita Popov

Represent empty Name::slice() using null

Instead of a Name([]) dummy value, that is invalid in other
contexts.

91cb82d322-Oct-2016 Nikita Popov

Explicitly support Name copy construction

It already worked beforehand by accident ... make clear it's
actually supported.

7672b97421-Oct-2016 Nikita Popov

Remove Name::append() and Name::prepend()

8489364521-Oct-2016 Nikita Popov

Update changelog and upgrading guide

0d0accfa21-Oct-2016 Nikita Popov

Add setDocComment() to Node interface

Previously it was only part of NodeAbstract.

623bad2c09-Oct-2016 Matthew Brown

Type encapsulated string parts specifically

1...<<31323334353637383940>>...68