Releases: glayzzle/php-parser
Releases · glayzzle/php-parser
1.0.0
- All nodes are now converted to objects
- Bruteforce tests are in a separate project
- Improved tests with mocha
- Many syntax fixes
- Tests over a silent error mode
- Release of a complete AST documentation
0.1.5
The 0.1.x version starts to be deprecated
- Fix closure use token
- Improve silent errors handler
- Pass PHP7 tests
- Update class, traits, interface declarations
- Many syntax fixes
0.1.4
- Move from static instances to instanciated objects in order to fully handle
promises
- Fix the silentLexer
- Fix the debug output mode
- Add positions on
expr->set
bugfixes and php7 implementation
0.0.8
first release with a great language coverage
0.0.7
release - pass tests on beaba framework