This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
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
559 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Changelog for 0.1.92 ### | ||
|
||
* Re-enabled support for eval() | ||
* Re-enabled try/catch/finally/throw support | ||
* Fixed bug with try/catch in global scope | ||
* Added arguments.callee support | ||
* Added instanceof operator | ||
* Added in operator | ||
* Added support for regex literals in AST/Parser | ||
* Added for (... in ...) support | ||
* Implemented Error constructor and prototype | ||
* Reworked internal handling of objects and function calls in the compiler | ||
* Accessing properties and invoking methods on primitive values (string, | ||
boolean, number) should now work, e.g: ("foo".hasOwnproperty("length")) | ||
* Implemented special [[Put]] method for arrays (15.4.5.1) | ||
* Added solutions for CLR2 and Mono2.8 to ease building for those platforms |
Oops, something went wrong.