We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d73bc commit 67a902aCopy full SHA for 67a902a
RELEASE.md
@@ -1,5 +1,9 @@
1
# Releases
2
3
+## 2.0.7 : (2017-09-03)
4
+- Fix #86 : bug on Object properties usage in PHP like `__proto__`, or `constructor`
5
+- Fix #84 : remove null statements from bodies
6
+
7
## 2.0.6 : (2017-07-16)
8
9
- Fix precedence between bin, retif, unary
package.json
@@ -1,6 +1,6 @@
{
"name": "php-parser",
- "version": "2.0.6",
+ "version": "2.0.7",
"description": "Parse PHP code and returns its AST",
"main": "src/index.js",
"scripts": {
0 commit comments