mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-04-23 07:28:36 +02:00
Release PHP-Parser 4.18.0
This commit is contained in:
parent
05c01865ea
commit
1bcbb2179f
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
Version 4.18.0 (2023-12-10)
|
||||
---------------------------
|
||||
|
||||
### Added
|
||||
|
||||
* Added methods `ParserFactory::createForNewestSupportedVersion()` and
|
||||
`ParserFactory::createForHostVersion()` for forward-compatibility with PHP-Parser 5.0.
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed missing name resolution of class constant types.
|
||||
* Fixed class members being dropped if an error is encountered while parsing a later class member
|
||||
(when error recovery is enabeld).
|
||||
|
||||
### Changed
|
||||
|
||||
* The `grammar/` directory has been excluded from exported git archives.
|
||||
|
||||
Version 4.17.1 (2023-08-13)
|
||||
---------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user