-
Notifications
You must be signed in to change notification settings - Fork 4
/
HISTORY
executable file
·40 lines (36 loc) · 1.01 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
2008-02-12 - 0.0M2
- Newly supported constructs:
- Super expressions
- Like types
- Wrappers (preliminary)
- Slice expressions
- __ES4__::Map.<K,V>
- __ES4__::Vector.<T>
- __ES4__::hashcode()
- __ES4__::DecimalContext, new decimal pragma
- uint32ops::*
- Corrected behavior:
- Overhaul type system to conform to "valleyscript" model
- Strictness pragmas
- Cyclic type term prevention
- Type parameter scoping
- Property enumeration order
- Builtin prototype chains
- Builtin constructors
- Builtin conversions
- Builtin non-magic wrapper types
- Prototype property shadowing
- Scope rules for let expressions
- Arithmetic rules
- Function self-name binding
- Union types use "|" rather than ","
- Regexp character class bug
- Hoisting bug
- Property-enumerability bug
- Nullability enforcement
- REPL error handling
2007-11-02 - 0.0M1
- Many updates to evaluator
- Binaries for Windows and Linux
2007-06-08 - 0.0M0
- Initial release