Skip to content

Commit 17cf2e4

Browse files
committed
3.0.0-prerelease.9
1 parent d985faf commit 17cf2e4

File tree

246 files changed

+1968
-893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+1968
-893
lines changed

RELEASE.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,51 @@
11
# Releases
22

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+
319
## 3.0.0-prerelease.8 : (2019-01-07)
20+
- #243 : Regression in prerelease 7 with echo
21+
- #239 : [bug] call should be in ExpressionStatement
422
- #235 : invalid ast for `self` and `parent`
523
- #234 : regression with parens in `3.0.0-prerelease.7`
624
- #230 : `resolvePrecedence` break location for `bin` nodes
25+
- #207 : [feature] use `identifier` for `class/interface/trait` name
726
- #202 : [bug] comment position in lookup
827
- #194 : [feature] implement trailingComments on nodes
928
- #185 : [bug] parens and staticlookup
10-
- #172 : cast precedence
1129
- #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
1630
- #181 : strange with parens and unary
31+
- #172 : cast precedence
32+
- #167 : staticlookup is broken with curly
1733

1834
## 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
2235
- #220 : regression in `rc-6`
36+
- #210 : [bug] invalid ast for `const` enhancement
2337
- #204 : [bug] invalid start offset encapsed AST bug
38+
- #201 : [bug] curly in staticlookup bug
39+
- #175 : impossible detect curly in `encapsed` AST enhancement
2440
- #165 : declare doesn't support inline nodes investigating
2541

2642
Many thanks to @evilebottnawi for his help
2743

2844
## 3.0.0-prerelease.6 : (2018-10-21)
29-
- fix #113 : Unhandled native identifiers
45+
- impl #196 : identifier for function/method name
3046
- fix #183 : `static` parsed as constref
3147
- fix #188 : `constref` vs `identifier`
32-
- impl #196 : identifier for function/method name
48+
- fix #113 : Unhandled native identifiers
3349

3450
## 3.0.0-alpha3 : (2018-08-15)
3551
- fix #168 : End location of `if` without semicolon

0 commit comments

Comments
 (0)