@@ -520,7 +520,7 @@ are listed.
520
520
521
521
### 50 (current)
522
522
523
- Supported since 2017-07-19.
523
+ Supported since 0.1.5 ( 2017-07-19) .
524
524
525
525
* ` ast\Node\Decl ` nodes are no longer generated. AST kinds ` AST_FUNC_DECL ` , ` AST_METHOD ` ,
526
526
` AST_CLOSURE ` and ` AST_CLASS ` now also use the normal ` ast\Node ` class. The ` name ` and
@@ -538,7 +538,7 @@ Supported since 2017-07-19.
538
538
539
539
### 45 (deprecated)
540
540
541
- Supported since 2017-07-19. Deprecated since 2018-10-06 .
541
+ Supported since 0.1.5 ( 2017-07-19) . Deprecated since 0.1.7 (XXX) .
542
542
543
543
This version normalizes the AST to PHP 7.2 format.
544
544
@@ -547,7 +547,7 @@ This version normalizes the AST to PHP 7.2 format.
547
547
548
548
### 40 (deprecated)
549
549
550
- Supported since 2017-01-18 . Deprecated since 2018-10-06 .
550
+ Supported since 0.1.4 ( 2017-01-25) . Deprecated since 0.1.7 (XXX) .
551
551
552
552
* ` AST_COALESCE ` is now represented as an ` AST_BINARY_OP ` with flag ` BINARY_COALESCE ` .
553
553
* For ` AST_NAME ` nodes with ` NAME_FQ ` the leading backslash is now dropped if syntax like
@@ -563,7 +563,7 @@ Supported since 2017-01-18. Deprecated since 2018-10-06.
563
563
564
564
### 35 (deprecated)
565
565
566
- Supported since 2016-08-04. Deprecated since 2017-07-19.
566
+ Supported since 0.1.2 ( 2016-08-04) . Deprecated since 0.1.5 ( 2017-07-19) .
567
567
568
568
This version normalizes the AST to PHP 7.1 format.
569
569
@@ -577,13 +577,14 @@ This version normalizes the AST to PHP 7.1 format.
577
577
578
578
### 30 (deprecated)
579
579
580
- Supported since 2015-03-10 . Deprecated since 2017-06-25 .
580
+ Supported since 0.1.2 (2016-08-04) . Deprecated since 0.1.5 ( 2017-07-19) .
581
581
582
582
* Use string names for child nodes of kinds with fixed length.
583
583
584
584
### 20 (removed)
585
585
586
- Supported since 2015-12-14. Deprecated since 2016-08-04. Removed since 2017-01-18.
586
+ Supported since 0.1.0 (2015-12-04). Deprecated since 0.1.2 (2016-08-04).
587
+ Removed since 0.1.4 (2017-01-25).
587
588
588
589
* ` AST_GREATER ` , ` AST_GREATER_EQUAL ` , ` AST_OR ` , ` AST_AND ` nodes are now represented using
589
590
` AST_BINARY_OP ` with flags ` BINARY_IS_GREATER ` , ` BINARY_IS_GREATER_OR_EQUAL ` , ` BINARY_BOOL_OR `
@@ -597,15 +598,16 @@ Supported since 2015-12-14. Deprecated since 2016-08-04. Removed since 2017-01-1
597
598
598
599
### 15 (removed)
599
600
600
- Supported since 2015-10-21. Deprecated since 2016-04-30. Removed since 2016-08-04.
601
+ Supported since 0.1.0 (2015-12-04). Deprecated since 0.1.2 (2016-08-04).
602
+ Removed since 0.1.3 (2017-01-18).
601
603
602
604
* In line with an upstream change, the ` docComment ` property on ` AST_PROP_DECL ` has been moved to
603
605
` AST_PROP_ELEM ` . This means that each property in one property declaration can have its own
604
606
doc comment.
605
607
606
608
### 10 (removed)
607
609
608
- Initial. Removed since 2016-08-04.
610
+ Initial. Deprecated since 0.1.2 ( 2016-08-04). Removed since 0.1.3 (2017-01-18) .
609
611
610
612
Differences to PHP-Parser
611
613
-------------------------
0 commit comments