Skip to content

Commit 5085409

Browse files
committed
release 0.0.9
1 parent 6012a0d commit 5085409

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ If you run into problems with a test, run it with the cli and add the `--debug`
6565

6666
Current version is under developpement, all tokens are not yet implemented, but consider that the lexer sucessfully pass the parsing of ZF2 and Laravel, and many aspects of php are implemented.
6767

68+
* 0.0.9 : const (value as expr) bugfix
6869
* 0.0.8 : all tokens are passed on ZF2 (many fixes)
6970
* 0.0.7 : isset, unset, try, catch, finally, fix T_STATIC, fix T_NEW with a dynamic var name, improve tests
7071
* 0.0.6 : Improve tests, implements arrays & new statements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-parser",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "PHP parser",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)