History log of /PHP-Parser/CHANGELOG.md (Results 1 – 25 of 224)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 13967679 05-Mar-2024 Nikita Popov

Release PHP-Parser 5.0.2


# 2218c225 21-Feb-2024 Nikita Popov

Release PHP-Parser 5.0.1


# fba1d621 07-Jan-2024 Nikita Popov

Release PHP-Parser 5.0.0


# 255000ad 20-Dec-2023 Nikita Popov

Release PHP-Parser 5.0.0rc1


# f82a6365 10-Dec-2023 Nikita Popov

Add upgrading nodes for changes since beta1

Fixes #965.
Fixes #966.


# d0b35126 12-Nov-2023 Nikita Popov

Update CHANGELOG


# edee19a5 17-Sep-2023 Nikita Popov

Release PHP-Parser 5.0.0 Beta 1


# 1873020b 17-Sep-2023 Nikita Popov

Deprecate Node::getLine() in favor of Node::getStartLine()


# 1b346f79 17-Sep-2023 Nikita Popov

Remove deprecated Comment methods


# 5a7753a9 17-Sep-2023 Nikita Popov

Update changelog


# 571ca90b 24-Jun-2023 Nikita Popov

Release PHP-Parser 5.0.0-alpha3


# 69993a18 21-May-2023 Nikita Popov

Update CHANGELOG and UPGRADING


# da65ae47 05-Mar-2023 Nikita Popov

Release PHP-Parser 5.0.0 alpha 2


# b9974596 04-Mar-2023 Nikita Popov

Update changelog


# 96037b3d 04-Sep-2022 Nikita Popov

Release PHP-Parser 5.0.0-alpha1


# 9a230cd3 03-Sep-2022 Nikita Popov

Update changelog


# 5466ee36 04-Jun-2022 Nikita Popov

Drop support for running on PHP 7.0


# 1f416d90 04-Jun-2022 Nikita Popov

Target PHP-Parser 5.0


# 34bea19b 31-May-2022 Nikita Popov

Release PHP-Parser 4.14.0


# 210577fe 30-Nov-2021 Nikita Popov

Release PHP-Parser 4.13.2


# 63a79e8d 03-Nov-2021 Nikita Popov

Release PHP-Parser 4.13.1


# 50953a26 20-Sep-2021 Nikita Popov

Release PHP-Parser 4.13.0


# a45fb2a6 12-Sep-2021 Nikita Popov

Add CallLike parent class

This provides a helper to determine whether a call is a first-class
callable, and a way to strip the args type to Arg[] if it isn't.


# 08501991 12-Sep-2021 Nikita Popov

Don't make VariadicPlaceholder an expression

And don't store it in an Arg.


# 13549aa7 03-Sep-2021 Nikita Popov

Add support for first-class callables

I'm somewhat unsure about the AST structure here.
VariadicPlaceholder is not a general expression. Maybe Arg->expr
should be Expr|VariadicPlaceh

Add support for first-class callables

I'm somewhat unsure about the AST structure here.
VariadicPlaceholder is not a general expression. Maybe Arg->expr
should be Expr|VariadicPlaceholder? Or possibly the call arguments
should be an array of Arg|VariadicPlaceholder?

show more ...


123456789