History log of /PHP-Parser/ (Results 551 – 575 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: v4.2.0
594bcae112-Jan-2019 Nikita Popov

Release PHP-Parser 4.2.0

d5180f0d12-Jan-2019 Nikita Popov

Change test to use correct node type

Class name is an Identifier, not a Name.

1f95f92112-Jan-2019 Nikita Popov

Tweak type annotation to include null

6b9dd7af12-Jan-2019 Nikita Popov

Avoid redundant argument

ba09265209-Jan-2019 Andreas Möller

Enhancement: Reference phpunit.xsd as installed with composer

ec0d834c09-Jan-2019 Andreas Möller

Enhancement: Normalize composer.json

ea3657fc05-Jan-2019 Nikita Popov

Bump version to 4.2.0-dev

af8c729605-Jan-2019 Tomas Votruba

Add PHP 7.4 typed properties support

0ef61b4903-Jan-2019 Tomas Votruba

add float/double/real KIND support to Cast\Double node

90ee36a726-Dec-2018 Nikita Popov

Actually remove assertion...

Revision tags: v4.1.1
8aae5b5926-Dec-2018 Nikita Popov

Release PHP-Parser 4.1.1

49d73e8226-Dec-2018 Nikita Popov

Remove anon class null name assertion

Fixes #554.

80ead71d26-Dec-2018 Gabriel Caruso

Use Ubuntu 16.04

294b93fb24-Dec-2018 Niko

Another Typo

bc3ac5e524-Dec-2018 Niko

Fixed typo

382ca01228-Oct-2018 Andrey Bolonin

add php 7.3 to travis

f42bbc2430-Nov-2018 Nikita Popov

Avoid default action for error production

error is not necessarily going to have a semantic value, make sure
that the default action $$=$1 is not used.

Fixes #551.

ebf6b1c329-Nov-2018 Cosmin Radoi

Fix `NodeDecoder` => `JsonDecoder` in docs (#552)

a74b54ce20-Nov-2018 Tomas Votruba

[cs] remove unused @var name

8e4f972007-Nov-2018 Romain Canon

Fix wrong method call in doc

3d0f784325-Oct-2018 Nikita Popov

Support error recovery for missing return type

The return type is set to "null" in this case.

Fixes #544.

6906872211-Oct-2018 Phil Davis

Fix typo of DONT_TRAVERSE_CURRENT_AND_CHILDREN

fb3d89e410-Oct-2018 Maks Rafalko

Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant (#540)

* Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant

* Rewording sentences, added 1 space indentation to

Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant (#540)

* Document new `DONT_TRAVERSER_CURRENT_AND_CHILDREN` constant

* Rewording sentences, added 1 space indentation to make bullet list correct

show more ...

Revision tags: v4.1.0
d0230c5c10-Oct-2018 Nikita Popov

Release PHP-Parser 4.1.0

dc32345808-Oct-2018 Maks Rafalko

Add new constant to be returned from enterNode() to not traverse current and child nodes (#536)

* Add new constant to be returned from enterNode() to not travers current node for subsequent

Add new constant to be returned from enterNode() to not traverse current and child nodes (#536)

* Add new constant to be returned from enterNode() to not travers current node for subsequent visitors and skip children traversing

* Allow visitors to replace nodes in leaveNode() when DONT_TRAVERSE_CURRENT_AND_CHILDREN is used

show more ...

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