Skip to content

Commit 9191fdb

Browse files
committed
release 2.1.0
1 parent 20b8234 commit 9191fdb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

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+
37
## 2.0.7 : (2017-09-03)
48
- Fix #86 : bug on Object properties usage in PHP like `__proto__`, or `constructor`
59
- Fix #84 : remove null statements from bodies

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": "2.0.7",
3+
"version": "2.1.0",
44
"description": "Parse PHP code and returns its AST",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)