Skip to content

Commit 1677802

Browse files
committed
pre-release 3.0.0-alpha1
1 parent 1cf541b commit 1677802

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,14 @@ Documentation
102102
Related projects
103103
----------------
104104

105-
- [babel-preset-php](https://gitlab.com/kornelski/babel-preset-php) : Babel preset for converting PHP syntax to JavaScript. It can run subset of PHP in the browser or in Node.js. .
105+
- [prettier/plugin-php](https://github.com/prettier/plugin-php) : Prettier PHP Plugin
106+
- [babel-preset-php](https://gitlab.com/kornelski/babel-preset-php) : Babel preset for converting PHP syntax to JavaScript. It can run subset of PHP in the browser or in Node.js
107+
- [wp-pot](https://github.com/rasmusbe/wp-pot) : Generate pot file for WordPress plugins and themes
108+
- [crane](https://github.com/HvyIndustries/crane) : PHP Intellisense/code-completion for VS Code
106109
- [php-unparser](https://github.com/chris-l/php-unparser) : Produce code that uses the style format recommended by PSR-1 and PSR-2.
107110
- [php-writer](https://github.com/glayzzle/php-writer) : Update PHP scripts from their AST
108111
- [ts-php-inspections](https://github.com/DaGhostman/ts-php-inspections) : Provide PHP code inspections written in typescript
109112
- [php-reflection](https://github.com/glayzzle/php-reflection) : Reflection API for PHP files
110-
- [wp-pot](https://github.com/rasmusbe/wp-pot) : Generate pot file for WordPress plugins and themes
111-
- [crane](https://github.com/HvyIndustries/crane) : PHP Intellisense/code-completion for VS Code
112113

113114
> You can add here your own project by opening an issue request.
114115

RELEASE.md

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

3+
## 3.0.0-alpha1 : (2018-04-11)
4+
- https://github.com/glayzzle/php-parser/milestone/10
5+
- many fixes
6+
- changed the way comments are handled
7+
- add a new `raw` property on some nodes
8+
39
## 2.2.0 : (2017-12-27)
410
- Impl #108 : add an option to disable PHP7 support
511
- Fix #107 : fix T_DOUBLE_COLON handler

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

0 commit comments

Comments
 (0)