|
1 | 1 | # Releases
|
2 | 2 |
|
| 3 | +## 3.0.0-prerelease.9 : (2019-08-15) |
| 4 | +- #291 : Incorrect parsing of backslash-prefixed use declarations |
| 5 | +- #278 : 3.0 - Confusing commentsBlocks references |
| 6 | +- #256 : invalid ast for multiple properties |
| 7 | +- #255 : better ast for `constant` node |
| 8 | +- #250 : Leading comments are treated as trailing comments to the previous function body |
| 9 | +- #248 : broken ast for `$$$$$` |
| 10 | +- #247 : invalid ast for `silent` |
| 11 | +- #246 : `resolution` for `classreference` doesn't work properly for `FULL_QUALIFIED_NAME` |
| 12 | +- #242 : feat: improve `Declare` node and introduce `DeclareDirective` node |
| 13 | +- #199 : [bug] comment location overlaps with node location for `static` node |
| 14 | +- #192 : [bug] encapsed and staticlookup |
| 15 | +- #180 : bug in parser with single function |
| 16 | +- #174 : Don't output `null` for last element in `list/array` |
| 17 | +- #128 : Don't have curly for propertylookup in offset |
| 18 | + |
3 | 19 | ## 3.0.0-prerelease.8 : (2019-01-07)
|
| 20 | + - #243 : Regression in prerelease 7 with echo |
| 21 | + - #239 : [bug] call should be in ExpressionStatement |
4 | 22 | - #235 : invalid ast for `self` and `parent`
|
5 | 23 | - #234 : regression with parens in `3.0.0-prerelease.7`
|
6 | 24 | - #230 : `resolvePrecedence` break location for `bin` nodes
|
| 25 | + - #207 : [feature] use `identifier` for `class/interface/trait` name |
7 | 26 | - #202 : [bug] comment position in lookup
|
8 | 27 | - #194 : [feature] implement trailingComments on nodes
|
9 | 28 | - #185 : [bug] parens and staticlookup
|
10 |
| - - #172 : cast precedence |
11 | 29 | - #182 : strange with parens, staticlookup and offsetlookup
|
12 |
| - - #167 : staticlookup is broken with curly |
13 |
| - - #239 : [bug] call should be in ExpressionStatement |
14 |
| - - #207 : [feature] use `identifier` for `class/interface/trait` name |
15 |
| - - #243 : Regression in prerelease 7 with echo |
16 | 30 | - #181 : strange with parens and unary
|
| 31 | + - #172 : cast precedence |
| 32 | + - #167 : staticlookup is broken with curly |
17 | 33 |
|
18 | 34 | ## 3.0.0-prerelease.7 : (2018-11-10)
|
19 |
| - - #201 : [bug] curly in staticlookup bug |
20 |
| - - #175 : impossible detect curly in `encapsed` AST enhancement |
21 |
| - - #210 : [bug] invalid ast for `const` enhancement |
22 | 35 | - #220 : regression in `rc-6`
|
| 36 | + - #210 : [bug] invalid ast for `const` enhancement |
23 | 37 | - #204 : [bug] invalid start offset encapsed AST bug
|
| 38 | + - #201 : [bug] curly in staticlookup bug |
| 39 | + - #175 : impossible detect curly in `encapsed` AST enhancement |
24 | 40 | - #165 : declare doesn't support inline nodes investigating
|
25 | 41 |
|
26 | 42 | Many thanks to @evilebottnawi for his help
|
27 | 43 |
|
28 | 44 | ## 3.0.0-prerelease.6 : (2018-10-21)
|
29 |
| - - fix #113 : Unhandled native identifiers |
| 45 | + - impl #196 : identifier for function/method name |
30 | 46 | - fix #183 : `static` parsed as constref
|
31 | 47 | - fix #188 : `constref` vs `identifier`
|
32 |
| - - impl #196 : identifier for function/method name |
| 48 | + - fix #113 : Unhandled native identifiers |
33 | 49 |
|
34 | 50 | ## 3.0.0-alpha3 : (2018-08-15)
|
35 | 51 | - fix #168 : End location of `if` without semicolon
|
|
0 commit comments