File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
- Version 4.3 .1-dev
1
+ Version 4.4 .1-dev
2
2
-----------------
3
3
4
4
Nothing yet.
5
5
6
+ Version 4.4.0 (2020-04-10)
7
+ --------------------------
8
+
9
+ ### Added
10
+
11
+ * Added support for passing union types in builders.
12
+ * Added end line, token position and file position information for comments.
13
+ * Added ` getProperty() ` method to ` ClassLike ` nodes.
14
+
15
+ ### Fixed
16
+
17
+ * Fixed generation of invalid code when using the formatting preserving pretty printer, and
18
+ inserting code next to certain nop statements. The formatting is still ugly though.
19
+ * ` getDocComment() ` no longer requires that the very last comment before a node be a doc comment.
20
+ There may not be non-doc comments between the doc comment and the declaration.
21
+ * Allowed arbitrary expressions in ` isset() ` and ` list() ` , rather than just variables.
22
+ In particular, this allows ` isset(($x)) ` , which is legal PHP code.
23
+ * [ PHP 8.0] Add support for [ variable syntax tweaks RFC] ( https://wiki.php.net/rfc/variable_syntax_tweaks ) .
24
+
6
25
Version 4.3.0 (2019-11-08)
7
26
--------------------------
8
27
You can’t perform that action at this time.
0 commit comments