Thu, 29 Nov 2012 00:02:37 +0100Changing the release of all components to 0.3
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 29 Nov 2012 00:02:37 +0100] rev 218
Changing the release of all components to 0.3

Wed, 28 Nov 2012 21:38:37 +0100The functions need to be defined in global object right now
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 28 Nov 2012 21:38:37 +0100] rev 217
The functions need to be defined in global object right now

Wed, 28 Nov 2012 17:58:10 +0100Merging work on lazy loading. Seems stable enough to produce a simple demo.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 17:58:10 +0100] rev 216
Merging work on lazy loading. Seems stable enough to produce a simple demo.

Wed, 28 Nov 2012 17:57:19 +0100Dump code to file in case of unexpected result lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 17:57:19 +0100] rev 215
Dump code to file in case of unexpected result

Wed, 28 Nov 2012 14:51:52 +0100We can load in dependant classes lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 14:51:52 +0100] rev 214
We can load in dependant classes

Wed, 28 Nov 2012 13:41:33 +0100Using named function expression allows an easy self reference from inside the function. Plus giving byte code tranlators a chance to customize the field to store the method into lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 13:41:33 +0100] rev 213
Using named function expression allows an easy self reference from inside the function. Plus giving byte code tranlators a chance to customize the field to store the method into

Wed, 28 Nov 2012 00:29:00 +0100The identify function does not seem to be needed lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 00:29:00 +0100] rev 212
The identify function does not seem to be needed

Wed, 28 Nov 2012 00:25:57 +0100Lazy evaluation can execute simple static method lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 00:25:57 +0100] rev 211
Lazy evaluation can execute simple static method

Tue, 27 Nov 2012 23:21:22 +0100Eliminating the need to initialize the prototype in advance lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 23:21:22 +0100] rev 210
Eliminating the need to initialize the prototype in advance

Tue, 27 Nov 2012 23:01:24 +0100Don't use .prototype, use (true). Now works for String as well lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 23:01:24 +0100] rev 209
Don't use .prototype, use (true). Now works for String as well