We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8234 commit 9191fdbCopy full SHA for 9191fdb
RELEASE.md
@@ -1,5 +1,9 @@
1
# Releases
2
3
+## 2.1.0 : (2017-11-01)
4
+- Impl #91 & #92 : Functions support reserved names (PHP7)
5
+- Fix #89 : parsing methods can use Buffers or Strings
6
+
7
## 2.0.7 : (2017-09-03)
8
- Fix #86 : bug on Object properties usage in PHP like `__proto__`, or `constructor`
9
- Fix #84 : remove null statements from bodies
package.json
@@ -1,6 +1,6 @@
{
"name": "php-parser",
- "version": "2.0.7",
+ "version": "2.1.0",
"description": "Parse PHP code and returns its AST",
"main": "src/index.js",
"scripts": {
0 commit comments