|
20 | 20 | </lead> |
21 | 21 | <date>2020-07-11</date> |
22 | 22 | <version> |
23 | | - <release>1.0.7</release> |
24 | | - <api>1.0.7</api> |
| 23 | + <release>1.0.8dev</release> |
| 24 | + <api>1.0.8dev</api> |
25 | 25 | </version> |
26 | 26 | <stability> |
27 | 27 | <release>stable</release> |
28 | 28 | <api>stable</api> |
29 | 29 | </stability> |
30 | 30 | <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
31 | 31 | <notes> |
32 | | -- Add the experimental AST version 80 |
33 | | -- In AST version 80, support returning `mixed` types as an `AST_TYPE` with type `TYPE_MIXED` instead of an `AST_NAME`. |
34 | | -- In AST version 80, support PHP 8.0 attributes for declarations. |
35 | | -- Support PHP 8.0's Match expressions. |
36 | | -- Support PHP 8.0 constructor property promotion, and allow indicating visibility on AST nodes. |
37 | | - Note that `MODIFIER_PUBLIC` and `ast\AST_PARAM` modifiers had overlap in php 7.4, |
38 | | - so the `MODIFIER_*` modifiers are only included in the provided metadata for php 8.0+ |
| 32 | +- TBD |
39 | 33 | </notes> |
40 | 34 | <contents> |
41 | 35 | <dir name="/"> |
|
136 | 130 | <providesextension>ast</providesextension> |
137 | 131 | <extsrcrelease /> |
138 | 132 | <changelog> |
| 133 | + <release> |
| 134 | + <date>2020-07-11</date> |
| 135 | + <version> |
| 136 | + <release>1.0.7</release> |
| 137 | + <api>1.0.7</api> |
| 138 | + </version> |
| 139 | + <stability> |
| 140 | + <release>stable</release> |
| 141 | + <api>stable</api> |
| 142 | + </stability> |
| 143 | + <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
| 144 | + <notes> |
| 145 | +- Add the experimental AST version 80 |
| 146 | +- In AST version 80, support returning `mixed` types as an `AST_TYPE` with type `TYPE_MIXED` instead of an `AST_NAME`. |
| 147 | +- In AST version 80, support PHP 8.0 attributes for declarations. |
| 148 | +- Support PHP 8.0's Match expressions. |
| 149 | +- Support PHP 8.0 constructor property promotion, and allow indicating visibility on AST nodes. |
| 150 | + Note that `MODIFIER_PUBLIC` and `ast\AST_PARAM` modifiers had overlap in php 7.4, |
| 151 | + so the `MODIFIER_*` modifiers are only included in the provided metadata for php 8.0+ |
| 152 | + </notes> |
| 153 | + </release> |
139 | 154 | <release> |
140 | 155 | <date>2020-02-22</date> |
141 | 156 | <version> |
|
0 commit comments