|
20 | 20 | </lead> |
21 | 21 | <date>2020-09-12</date> |
22 | 22 | <version> |
23 | | - <release>1.0.10</release> |
24 | | - <api>1.0.10</api> |
| 23 | + <release>1.0.11dev</release> |
| 24 | + <api>1.0.11dev</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 | | -- Support attributes syntax change (`#[...]`) in php 8.0.0RC1. |
33 | | -- Change the current AST version from 70 to 80. AST version 80 is no longer experimental. |
34 | | -- Add `ReflectionParameter` defaults for `ast\parse_code` and `ast\get_supported_versions` in php 8. |
35 | | -- Add parameter types and return types to reflection for various global functions. |
36 | | - php-ast was already throwing a `TypeError` when invalid parameter types were received. |
37 | | -- Always throw instead of warning when invalid parameters are passed to the ast\Node constructor. |
38 | 32 | </notes> |
39 | 33 | <contents> |
40 | 34 | <dir name="/"> |
|
140 | 134 | <extsrcrelease /> |
141 | 135 | <changelog> |
142 | 136 | <release> |
143 | | - <date>2020-09-02</date> |
144 | | - <version> |
145 | | - <release>1.0.9</release> |
146 | | - <api>1.0.9</api> |
147 | | - </version> |
148 | | - <stability> |
149 | | - <release>stable</release> |
150 | | - <api>stable</api> |
151 | | - </stability> |
152 | | - <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
153 | | - <notes> |
| 137 | + <date>2020-09-12</date> |
| 138 | + <version> |
| 139 | + <release>1.0.10</release> |
| 140 | + <api>1.0.10</api> |
| 141 | + </version> |
| 142 | + <stability> |
| 143 | + <release>stable</release> |
| 144 | + <api>stable</api> |
| 145 | + </stability> |
| 146 | + <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
| 147 | + <notes> |
| 148 | +- Support attributes syntax change (`#[...]`) in php 8.0.0RC1. |
| 149 | +- Change the current AST version from 70 to 80. AST version 80 is no longer experimental. |
| 150 | +- Add `ReflectionParameter` defaults for `ast\parse_code` and `ast\get_supported_versions` in php 8. |
| 151 | +- Add parameter types and return types to reflection for various global functions. |
| 152 | + php-ast was already throwing a `TypeError` when invalid parameter types were received. |
| 153 | +- Always throw instead of warning when invalid parameters are passed to the ast\Node constructor. |
| 154 | + </notes> |
| 155 | + </release> |
| 156 | + <release> |
| 157 | + <date>2020-09-02</date> |
| 158 | + <version> |
| 159 | + <release>1.0.9</release> |
| 160 | + <api>1.0.9</api> |
| 161 | + </version> |
| 162 | + <stability> |
| 163 | + <release>stable</release> |
| 164 | + <api>stable</api> |
| 165 | + </stability> |
| 166 | + <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
| 167 | + <notes> |
154 | 168 | - Support API change in php 8.0.0beta3. |
155 | | - </notes> |
| 169 | + </notes> |
156 | 170 | </release> |
157 | 171 | <release> |
158 | 172 | <date>2020-08-04</date> |
|
0 commit comments