|
18 | 18 |
|
19 | 19 | <active>yes</active>
|
20 | 20 | </lead>
|
21 |
| - <date>2020-08-04</date> |
| 21 | + <date>2020-09-02</date> |
22 | 22 | <version>
|
23 |
| - <release>1.0.8</release> |
24 |
| - <api>1.0.8</api> |
| 23 | + <release>1.0.9</release> |
| 24 | + <api>1.0.9</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 |
| -- Recommend using the new constant `ast\flags\PARAM_MODIFIER_*` when checking if parameters use constructor property promotion. |
33 |
| - The values of `ast\flags\MODIFIER_*` and `ast\flags\PARAM_VARIADIC` had some overlap in some php 7 versions. |
34 |
| - The new constants will have the same values as `ast\flags\MODIFIER_*` in PHP 8.0+, but different values in PHP 7 |
35 |
| - (and these flags will never be set in php 7). |
36 |
| -- Support PHP 8.0's named arguments. |
37 |
| -- Support PHP 8.0's nullsafe operator (`?->`). |
| 32 | +- Support API change in php 8.0.0beta3. |
38 | 33 | </notes>
|
39 | 34 | <contents>
|
40 | 35 | <dir name="/">
|
|
137 | 132 | <providesextension>ast</providesextension>
|
138 | 133 | <extsrcrelease />
|
139 | 134 | <changelog>
|
| 135 | + <release> |
| 136 | + <date>2020-08-04</date> |
| 137 | + <version> |
| 138 | + <release>1.0.8</release> |
| 139 | + <api>1.0.8</api> |
| 140 | + </version> |
| 141 | + <stability> |
| 142 | + <release>stable</release> |
| 143 | + <api>stable</api> |
| 144 | + </stability> |
| 145 | + <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> |
| 146 | + <notes> |
| 147 | +- Recommend using the new constant `ast\flags\PARAM_MODIFIER_*` when checking if parameters use constructor property promotion. |
| 148 | + The values of `ast\flags\MODIFIER_*` and `ast\flags\PARAM_VARIADIC` had some overlap in some php 7 versions. |
| 149 | + The new constants will have the same values as `ast\flags\MODIFIER_*` in PHP 8.0+, but different values in PHP 7 |
| 150 | + (and these flags will never be set in php 7). |
| 151 | +- Support PHP 8.0's named arguments. |
| 152 | +- Support PHP 8.0's nullsafe operator (`?->`). |
| 153 | + </notes> |
| 154 | + </release> |
140 | 155 | <release>
|
141 | 156 | <date>2020-07-11</date>
|
142 | 157 | <version>
|
|
0 commit comments