Skip to content

Commit 3abf742

Browse files
committed
Release PHP-Parser 5.3.0
1 parent 961f158 commit 3abf742

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 5.3.0 (2024-09-29)
2+
--------------------------
3+
4+
### Added
5+
6+
* Added `indent` option to pretty printer, which can be used to specify the indentation to use
7+
(defaulting to four spaces). This also allows using tab indentation.
8+
9+
### Fixed
10+
11+
* Resolve names in `PropertyHook`s in the `NameResolver`.
12+
* Include the trailing semicolon inside `Stmt\GroupUse` nodes, making them consistent with
13+
`Stmt\Use_` nodes.
14+
* Fixed indentation sometimes becoming negative in formatting-preserving pretty printer, resulting
15+
in `ValueError`s.
16+
117
Version 5.2.0 (2024-09-15)
218
--------------------------
319

0 commit comments

Comments
 (0)