Skip to content

Commit 605df4b

Browse files
authored
Merge pull request glayzzle#69 from glayzzle/2.0.0
2.0.0
2 parents 152764a + 16864a3 commit 605df4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1421
-737
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/docs/
22
/test/
33
/gruntfile.js
4+
/.coveralls.yml
5+
/.istanbul.yml
6+
/.travis.yml

RELEASE.md

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

3+
## 2.0.0 (in progress) :
4+
5+
- Update AST for operators, unify bin/bool/coalesce nodes
6+
- Fix nested block usage on function bodies
7+
- Avoid initial $ on variables
8+
- Shell nodes are now exposed by encapsed nodes only
9+
- Typescript definition file
10+
- Avoid identifier nodes on namespaces & use statements
11+
- Fix precedence on bin, unary, retif nodes
12+
- Fix ending position on functions/methods/closures
13+
- Fix lexer unput at the end of the file (infinite loops)
14+
- Add encapsed node (type=offset) on dynamic offsets
15+
- Implement annonymous class arguments
16+
- Fix missing first char on encapsed T_STRING_VARNAME
17+
318
## 1.0.0 : (2017-01-03)
419

520
- All nodes are now converted to objects

dist/php-parser.js

Lines changed: 249 additions & 199 deletions
Large diffs are not rendered by default.

dist/php-parser.min.js

Lines changed: 98 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/php-parser.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)