File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Sample AST output
76
76
}
77
77
```
78
78
79
- - Try it online (demo) : http://glayzzle.com/php-parser/#demo
79
+ - Try it online (demo) : http://glayzzle.com/php-parser/
80
80
- Or from AST Explorer : https://astexplorer.net/
81
81
82
82
@@ -115,12 +115,8 @@ Related projects
115
115
116
116
> You can add here your own project by opening an issue request.
117
117
118
- # Misc
118
+ ## License
119
119
120
120
This library is released under BSD-3 license clause.
121
121
122
- If you want to contribute please visit this repository https://github.com/glayzzle/php-parser-dev .
123
-
124
-
125
- ## License
126
122
[ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fglayzzle%2Fphp-parser.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fglayzzle%2Fphp-parser?ref=badge_large )
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## 3.0.0-alpha3 : (2018-08-15)
4
+ - fix #168 : End location of ` if ` without semicolon
5
+ - impl #147 : Node informations about Binary and unicode strings
6
+ - impl #83 : Adding full support for PHP 7.2
7
+ - fix #122 : Detect foreach bad syntax
8
+ - impl #152 : Improve tests with JEST
9
+ - fix #164 : Fixing some location issues (partial)
10
+
3
11
## 3.0.0-alpha2 : (2018-04-14)
4
12
- fix #137 : Bug with parsing ` list `
5
13
- fix #149 : Binary cast: isDoubleQuote incorrect
You can’t perform that action at this time.
0 commit comments