Skip to content

Commit b52182a

Browse files
committed
release 3.0.0-alpha.3
1 parent 8d5d31d commit b52182a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Diff for: README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Sample AST output
7676
}
7777
```
7878

79-
- Try it online (demo) : http://glayzzle.com/php-parser/#demo
79+
- Try it online (demo) : http://glayzzle.com/php-parser/
8080
- Or from AST Explorer : https://astexplorer.net/
8181

8282

@@ -115,12 +115,8 @@ Related projects
115115

116116
> You can add here your own project by opening an issue request.
117117
118-
# Misc
118+
## License
119119

120120
This library is released under BSD-3 license clause.
121121

122-
If you want to contribute please visit this repository https://github.com/glayzzle/php-parser-dev.
123-
124-
125-
## License
126122
[![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)

Diff for: RELEASE.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Releases
22

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+
311
## 3.0.0-alpha2 : (2018-04-14)
412
- fix #137 : Bug with parsing `list`
513
- fix #149 : Binary cast: isDoubleQuote incorrect

0 commit comments

Comments
 (0)