Glayzzle Php Parser Versions Save

:herb: NodeJS PHP Parser - extract AST or tokens

v3.1.0-beta.7

1 year ago
  • fix: correctly parse subnamespaces (#934)

v3.1.0-beta.6

1 year ago
  • fix: parse namespaces as single tokens (#921, thanks @MaartenStaa!)
  • fix: attribute parsing issues (#918, thanks @MaartenStaa!)
  • fix: intersection types with by-ref variable (#917, thanks @justim!)
  • chore: upgrade dependencies (#932)

v3.1.0-beta.5

2 years ago
  • feat: Parse Intersection types (#893, thanks @cseufert and @genintho!)
  • fix: several small typing issues (#871, thanks @cpiber!)
  • chore: add performance testing to CI (#885 - #890)

v3.1.0-beta.4

2 years ago
  • fix: default version is PHP 8.1 (#880, thanks @genintho!)

v3.1.0-beta.3

2 years ago
  • fix: bump default php version to 8.1 (#879)

v3.1.0-beta.2

2 years ago
  • feat: add basic support for readonly properties (#865, thanks @genintho!)
  • dependency updates

v3.1.0-beta.1

2 years ago
  • add support for parsing PHP 8.1 enums (#862, thanks @MaartenStaa)
  • fix 589 new keyword params (#750, thanks @cseufert)
  • chore(linting): enable "braces" eslint rule (#863, thanks @cseufert)

3.1.0-beta.0

2 years ago

3.0.1

4 years ago

#532 - expression as generator key

3.0.0

4 years ago

Released the 3.0 stable version - the api under 3.x series will not change