Skip to content

Commit

Permalink
Merge pull request #69 from glayzzle/2.0.0
Browse files Browse the repository at this point in the history
2.0.0
  • Loading branch information
ichiriac authored Mar 4, 2017
2 parents 152764a + 16864a3 commit 605df4b
Show file tree
Hide file tree
Showing 49 changed files with 1,421 additions and 737 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/docs/
/test/
/gruntfile.js
/.coveralls.yml
/.istanbul.yml
/.travis.yml
15 changes: 15 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Releases

## 2.0.0 (in progress) :

- Update AST for operators, unify bin/bool/coalesce nodes
- Fix nested block usage on function bodies
- Avoid initial $ on variables
- Shell nodes are now exposed by encapsed nodes only
- Typescript definition file
- Avoid identifier nodes on namespaces & use statements
- Fix precedence on bin, unary, retif nodes
- Fix ending position on functions/methods/closures
- Fix lexer unput at the end of the file (infinite loops)
- Add encapsed node (type=offset) on dynamic offsets
- Implement annonymous class arguments
- Fix missing first char on encapsed T_STRING_VARNAME

## 1.0.0 : (2017-01-03)

- All nodes are now converted to objects
Expand Down
448 changes: 249 additions & 199 deletions dist/php-parser.js

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions dist/php-parser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/php-parser.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 605df4b

Please sign in to comment.