Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan CHIRIAC committed Jan 7, 2019
1 parent 64cd69d commit a24b713
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Releases

## 3.0.0-prerelease.8 : (2019-01-07)
- #235 : invalid ast for `self` and `parent`
- #234 : regression with parens in `3.0.0-prerelease.7`
- #230 : `resolvePrecedence` break location for `bin` nodes
- #202 : [bug] comment position in lookup
- #194 : [feature] implement trailingComments on nodes
- #185 : [bug] parens and staticlookup
- #172 : cast precedence
- #182 : strange with parens, staticlookup and offsetlookup
- #167 : staticlookup is broken with curly
- #239 : [bug] call should be in ExpressionStatement
- #207 : [feature] use `identifier` for `class/interface/trait` name
- #243 : Regression in prerelease 7 with echo
- #181 : strange with parens and unary

## 3.0.0-prerelease.7 : (2018-11-10)
- #201 : [bug] curly in staticlookup bug
- #175 : impossible detect curly in `encapsed` AST enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "php-parser",
"version": "3.0.0-prerelease.7",
"version": "3.0.0-prerelease.8",
"description": "Parse PHP code and returns its AST",
"main": "src/index.js",
"browser": "dist/php-parser.js",
Expand Down

0 comments on commit a24b713

Please sign in to comment.