|
14 | 14 | </lead>
|
15 | 15 | <date>2018-10-06</date>
|
16 | 16 | <version>
|
17 |
| - <release>0.1.7</release> |
18 |
| - <api>0.1.7</api> |
| 17 | + <release>0.1.8dev</release> |
| 18 | + <api>0.1.8dev</api> |
19 | 19 | </version>
|
20 | 20 | <stability>
|
21 | 21 | <release>stable</release>
|
22 | 22 | <api>stable</api>
|
23 | 23 | </stability>
|
24 | 24 | <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
|
25 | 25 | <notes>
|
26 |
| -- Added AST version 60 with the following changes: |
27 |
| - - `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was |
28 |
| - always `null`. |
29 |
| - - `AST_FUNC_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0. |
30 |
| - On PHP 7.0 the value is always `null`. |
31 |
| -- Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements |
32 |
| - and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply |
33 |
| - by the value `1`. |
34 |
| -- Deprecated AST versions 40 and 45. |
35 |
| -- Fix build against PHP 7.4-dev. |
| 26 | +- TBD |
36 | 27 | </notes>
|
37 | 28 | <contents>
|
38 | 29 | <dir name="/">
|
|
115 | 106 | <release>
|
116 | 107 | <date>2018-10-06</date>
|
117 | 108 | <version>
|
118 |
| - <release>0.1.8dev</release> |
119 |
| - <api>0.1.8dev</api> |
| 109 | + <release>0.1.7</release> |
| 110 | + <api>0.1.7</api> |
120 | 111 | </version>
|
121 | 112 | <stability>
|
122 | 113 | <release>stable</release>
|
123 | 114 | <api>stable</api>
|
124 | 115 | </stability>
|
125 | 116 | <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
|
126 | 117 | <notes>
|
127 |
| -- TBD |
| 118 | +- Added AST version 60 with the following changes: |
| 119 | + - `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was |
| 120 | + always `null`. |
| 121 | + - `AST_FUNC_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0. |
| 122 | + On PHP 7.0 the value is always `null`. |
| 123 | +- Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements |
| 124 | + and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply |
| 125 | + by the value `1`. |
| 126 | +- Deprecated AST versions 40 and 45. |
| 127 | +- Fix build against PHP 7.4-dev. |
128 | 128 | </notes>
|
129 | 129 | </release>
|
130 | 130 | <release>
|
|
0 commit comments