#
2d199893 |
| 22-Jul-2020 |
Nikita Popov |
[PHP 8.0] Support trailing comma in closure use list RFC: https://wiki.php.net/rfc/trailing_comma_in_closure_use_list
|
#
739b4b4c |
| 22-Jul-2020 |
Nikita Popov |
Fix handling of unterminated comment with trailing newline Fixes #688.
|
#
cd7c058e |
| 19-Jul-2020 |
Graham Campbell |
Added missing entry to change log and correct next version indicator (#685) * Added missing entry to change log and correct next version indicator * Update composer.json
|
#
69c5d48a |
| 15-Jul-2020 |
Tomas Votruba |
[PHP 8.0] Add match expressions (#672) RFC: https://wiki.php.net/rfc/match_expression_v2 Upstream implementation: php/php-src#5371 Closes #671.
|
#
c346bbfa |
| 02-Jul-2020 |
Nikita Popov |
Release PHP-Parser 4.6.0
|
#
53c2753d |
| 03-Jun-2020 |
Nikita Popov |
Release PHP-Parser 4.5.0
|
#
32f89662 |
| 28-May-2020 |
Máté Kocsis |
Add support for the mixed type
|
#
bd43ec71 |
| 10-Apr-2020 |
Nikita Popov |
Release PHP-Parser 4.4.0
|
Revision tags: v4.3.0 |
|
#
9a9981c3 |
| 08-Nov-2019 |
Nikita Popov |
Release PHP-Parser 4.3.0
|
Revision tags: v4.2.5 |
|
#
b76bbc3c |
| 25-Oct-2019 |
Nikita Popov |
Release PHP-Parser 4.2.5
|
Revision tags: v4.2.4 |
|
#
97e59c7a |
| 01-Sep-2019 |
Nikita Popov |
Release PHP-Parser 4.2.4
|
Revision tags: v4.2.3 |
|
#
e6126090 |
| 12-Aug-2019 |
Nikita Popov |
Release PHP-Parser 4.2.3
|
Revision tags: v4.2.2 |
|
#
1bd73cc0 |
| 25-May-2019 |
Nikita Popov |
Release PHP-Parser 4.2.2
|
#
aa97a9bb |
| 11-May-2019 |
Nikita Popov |
Add changelog entries
|
Revision tags: v4.2.1 |
|
#
5221f49a |
| 16-Feb-2019 |
Nikita Popov |
Release PHP-Parser 4.2.1
|
#
9de96821 |
| 22-Jan-2019 |
Tomas Votruba |
Add support for ??= operator Introduced in PHP 5.4, represented using an AssignOp\Coalesce node.
|
Revision tags: v4.2.0 |
|
#
594bcae1 |
| 12-Jan-2019 |
Nikita Popov |
Release PHP-Parser 4.2.0
|
#
1f95f921 |
| 12-Jan-2019 |
Nikita Popov |
Tweak type annotation to include null
|
#
ea3657fc |
| 05-Jan-2019 |
Nikita Popov |
Bump version to 4.2.0-dev
|
#
af8c7296 |
| 05-Jan-2019 |
Tomas Votruba |
Add PHP 7.4 typed properties support
|
#
0ef61b49 |
| 03-Jan-2019 |
Tomas Votruba |
add float/double/real KIND support to Cast\Double node
|
#
90ee36a7 |
| 26-Dec-2018 |
Nikita Popov |
Actually remove assertion...
|
Revision tags: v4.1.1 |
|
#
8aae5b59 |
| 26-Dec-2018 |
Nikita Popov |
Release PHP-Parser 4.1.1
|
#
3d0f7843 |
| 25-Oct-2018 |
Nikita Popov |
Support error recovery for missing return type The return type is set to "null" in this case. Fixes #544.
|
#
69068722 |
| 11-Oct-2018 |
Phil Davis |
Fix typo of DONT_TRAVERSE_CURRENT_AND_CHILDREN
|