-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Releases | ||
|
||
## 0.1.4 : (2016-12-12) | ||
|
||
- Move from static instances to instanciated objects in order to fully handle | ||
promises | ||
- Fix the silentLexer | ||
- Fix the debug output mode | ||
- Add positions on `expr->set` | ||
|
||
## Older releases | ||
|
||
* 0.1.3 : add comments nodes, add a browser version and improved parser stability | ||
* 0.1.0 : major release, rewriting of the lexer and many bug fixes | ||
* 0.0.10 : bugfixes and php7 implementation | ||
* 0.0.9 : const (value as expr) bugfix | ||
* 0.0.8 : all tokens are passed on ZF2 (many fixes) | ||
* 0.0.7 : isset, unset, try, catch, finally, fix T_STATIC, fix T_NEW with a dynamic var name, improve tests | ||
* 0.0.6 : Improve tests, implements arrays & new statements | ||
* 0.0.5 : Implement traits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters