All Versions
10
Latest Version
Avg Release Cycle
83 days
Latest Release
1019 days ago
Changelog History
Changelog History
-
v3.0.1 Changes
April 24, 2020๐ #532 - expression as generator key
-
v3.0.0 Changes
March 28, 2020๐ Released the 3.0 stable version - the api under 3.x series will not change
-
v3.0.0-prerelease.9 Changes
August 15, 2019๐ 3.0.0-prerelease.9 : (2019-08-15)
- ๐ #291 : Incorrect parsing of backslash-prefixed use declarations
- ๐ #278 : 3.0 - Confusing commentsBlocks references
- ๐ #256 : invalid ast for multiple properties
- ๐ #255 : better ast for
constant
node - ๐ #250 : Leading comments are treated as trailing comments to the previous function body
- ๐ #248 : broken ast for
$$$$$
- ๐ #247 : invalid ast for
silent
- #246 :
resolution
forclassreference
doesn't work properly forFULL_QUALIFIED_NAME
- ๐ #242 : feat: improve
Declare
node and introduceDeclareDirective
node - ๐ #199 : [bug] comment location overlaps with node location for
static
node - ๐ #192 : [bug] encapsed and staticlookup
- ๐ #180 : bug in parser with single function
- ๐ #174 : Don't output
null
for last element inlist/array
- ๐ #128 : Don't have curly for propertylookup in offset
-
v3.0.0-prerelease.8 Changes
January 07, 2019- ๐ #235 : invalid ast for
self
andparent
- ๐ #234 : regression with parens in
3.0.0-prerelease.7
- ๐ #230 :
resolvePrecedence
break location forbin
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
forclass/interface/trait
name - ๐ #243 : Regression in prerelease 7 with echo
- ๐ #181 : strange with parens and unary
- ๐ #235 : invalid ast for
-
v3.0.0-prerelease.7 Changes
November 10, 2018- ๐ #201 : [bug] curly in staticlookup bug
- ๐ #175 : impossible detect curly in
encapsed
AST enhancement - ๐ #210 : [bug] invalid ast for
const
enhancement - ๐ #220 : regression in
rc-6
- ๐ #204 : [bug] invalid start offset encapsed AST bug
- ๐ #165 : declare doesn't support inline nodes investigating
Many thanks to @evilebottnawi for his help
-
v3.0.0-prerelease.5
September 30, 2018 -
v3.0.0-prerelease.4
September 08, 2018 -
v3.0.0-alpha.3 Changes
August 15, 2018- ๐ fix #168 : End location of if without semicolon
- ๐ impl #147 : Node informations about Binary and unicode strings
- ๐ impl #83 : Adding full support for PHP 7.2
- ๐ fix #122 : Detect foreach bad syntax
- โ impl #152 : Improve tests with JEST
- ๐ fix #164 : Fixing some location issues (partial)
-
v3.0.0-alpha2 Changes
April 14, 2018 -
v3.0.0-alpha1 Changes
April 11, 2018- ๐ https://github.com/glayzzle/php-parser/milestone/10
- ๐ many fixes
- ๐ changed the way comments are handled
- โ add a new raw property on some nodes