|
20 | 20 | </lead>
|
21 | 21 | <date>2021-07-24</date>
|
22 | 22 | <version>
|
23 |
| - <release>1.0.14</release> |
24 |
| - <api>1.0.14</api> |
| 23 | + <release>1.0.15dev</release> |
| 24 | + <api>1.0.15dev</api> |
25 | 25 | </version>
|
26 | 26 | <stability>
|
27 |
| - <release>stable</release> |
| 27 | + <release>devel</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 |
| -- Support php 8.1 readonly properties with the flag 'MODIFIER_READONLY' |
33 |
| -- Support php 8.1 first-class callable syntax, add the node kind 'AST_CALLABLE_CONVERT' |
34 |
| -- Change the current AST version from 80 to the new version 90. AST version 85 is no longer experimental. |
| 32 | +- TBD |
35 | 33 | </notes>
|
36 | 34 | <contents>
|
37 | 35 | <dir name="/">
|
|
144 | 142 | <providesextension>ast</providesextension>
|
145 | 143 | <extsrcrelease />
|
146 | 144 | <changelog>
|
| 145 | + <release> |
| 146 | + <date>2021-07-24</date> |
| 147 | + <version> |
| 148 | + <release>1.0.14</release> |
| 149 | + <api>1.0.14</api> |
| 150 | + </version> |
| 151 | + <stability> |
| 152 | + <release>stable</release> |
| 153 | + <api>stable</api> |
| 154 | + </stability> |
| 155 | + <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
| 156 | + <notes> |
| 157 | +- Support php 8.1 readonly properties with the flag 'MODIFIER_READONLY' |
| 158 | +- Support php 8.1 first-class callable syntax, add the node kind 'AST_CALLABLE_CONVERT' |
| 159 | +- Change the current AST version from 80 to the new version 90. AST version 85 is no longer experimental. |
| 160 | + </notes> |
| 161 | + </release> |
147 | 162 | <release>
|
148 | 163 | <date>2021-07-08</date>
|
149 | 164 | <version>
|
|
156 | 171 | </stability>
|
157 | 172 | <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
|
158 | 173 | <notes>
|
159 |
| - - Indicate in metadata that 'AST_CLASS_CONST_GROUP' and 'AST_CLASS_CONST_DECL' can have 'MODIFIER_FINAL' |
160 |
| - (and any modifier a class element can have, to reflect what the parser can actually parse) |
161 |
| - - Support php 8.1 intersection types, add the node kind 'AST_TYPE_INTERSECTION' |
| 174 | +- Indicate in metadata that 'AST_CLASS_CONST_GROUP' and 'AST_CLASS_CONST_DECL' can have 'MODIFIER_FINAL' |
| 175 | + (and any modifier a class element can have, to reflect what the parser can actually parse) |
| 176 | +- Support php 8.1 intersection types, add the node kind 'AST_TYPE_INTERSECTION' |
162 | 177 | </notes>
|
163 | 178 | </release>
|
164 | 179 | <release>
|
|
0 commit comments