mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-02 09:27:58 +01:00
Release PHP-Parser 4.7.0
This commit is contained in:
parent
acaf3fecad
commit
21dce06dfb
@ -1,6 +1,9 @@
|
|||||||
Version 4.7.0-dev
|
Version 4.7.1-dev
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Version 4.7.0 (2020-07-25)
|
||||||
|
--------------------------
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Add `ParentConnectingVisitor` and `NodeConnectingVisitor` classes.
|
* Add `ParentConnectingVisitor` and `NodeConnectingVisitor` classes.
|
||||||
@ -11,6 +14,9 @@ Version 4.7.0-dev
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Fixed missing error for unterminated comment with trailing newline (#688).
|
* Fixed missing error for unterminated comment with trailing newline (#688).
|
||||||
|
* Compatibility with PHP 8.0 has been restored: Namespaced names are now always represented by
|
||||||
|
`T_NAME_*` tokens, using emulationg on older PHP versions. Full support for reserved keywords
|
||||||
|
in namespaced names is not yet present.
|
||||||
|
|
||||||
Version 4.6.0 (2020-07-02)
|
Version 4.6.0 (2020-07-02)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user