History log of /PHP-Parser/CHANGELOG.md (Results 26 – 50 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# def24f22 03-Sep-2021 Nikita Popov

Add support for explicit octal literals


# ace6c67a 02-Sep-2021 Nikita Popov

Add support for intersection types


# 6608f016 21-Jul-2021 Nikita Popov

Release PHP-Parser 4.12.0


# fe14cf36 03-Jul-2021 Nikita Popov

Release PHP-Parser 4.11.0


# b67560d3 04-May-2021 Tom Klingenberg <352517+ktomk@users.noreply.github.com>

Update CHANGELOG.md

very minor for the year.


# 4432ba39 03-May-2021 Nikita Popov

Release PHP-Parser 4.10.5


# c6d052fc 20-Dec-2020 Nikita Popov

Release PHP-Parser 4.10.4


# dbe56d23 03-Dec-2020 Nikita Popov

Release PHP-Parser 4.10.3


# 658f1be3 26-Sep-2020 Nikita Popov

Release PHP-Parser 4.10.2


# 1b479e75 23-Sep-2020 Nikita Popov

Release PHP-Parser 4.10.1


# 1c13d050 19-Sep-2020 Nikita Popov

Release PHP-Parser 4.10.0


# 88e51976 30-Aug-2020 Nikita Popov

Release PHP-Parser 4.9.1


# aaee038b 18-Aug-2020 Nikita Popov

Release PHP-Parser 4.9.0


# a9835058 09-Aug-2020 Nikita Popov

Add support for throw expression


# 7f398769 09-Aug-2020 Nikita Popov

Add support for static return type


# 98f7f39d 09-Aug-2020 Nikita Popov

Add named argument support

Not adding any explicit FPPP support, as I don't think add/remove
of names can be handled any better than full reformatting.


# 8c58eb4c 09-Aug-2020 Nikita Popov

Release PHP-Parser 4.8.0


# 21dce06d 25-Jul-2020 Nikita Popov

Release PHP-Parser 4.7.0


12345678910