mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-02 09:27:58 +01:00
Release PHP-Parser 4.13.2
This commit is contained in:
parent
f09f22760e
commit
210577fe3c
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,8 +1,21 @@
|
|||||||
Version 4.13.2-dev
|
Version 4.13.3-dev
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Nothing yet.
|
Nothing yet.
|
||||||
|
|
||||||
|
Version 4.13.2 (2021-11-30)
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Added builders for enums and enum cases.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* NullsafeMethodCall now extends from CallLike.
|
||||||
|
* The `namespacedName` property populated by the `NameResolver` is now declared on relevant nodes,
|
||||||
|
to avoid a dynamic property deprecation warning with PHP 8.2.
|
||||||
|
|
||||||
Version 4.13.1 (2021-11-03)
|
Version 4.13.1 (2021-11-03)
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user