@@ -3,11 +3,29 @@ PureMVC - Copyright(c) 2006-2010 Futurescale, Inc., Some rights reserved.
33--------------------------------------------------------------------------
44Release Date: 2/15/10
55    Platform: JavaScript / MooTools
6-      Version: 1 
6+      Version: 2 
77    Revision: 0
88      Author: Justin Wilaby <justin.wilaby@puremvc.org>
99     License: Creative Commons Attribution 3.0 United States License
1010--------------------------------------------------------------------------
11- 1.0   First official release on PureMVC.org with the Framework source,
12-       documentation, and a demo called BoxSplash. It is based on the
13-       popular MooTools library.
11+ 1.0   Original Objs-Based version written by Frederic Saunier. 
12+ 
13+ 	  Objs is available here: http://code.google.com/p/objs/ 
14+ 	  The Objs-based port is still available here: 
15+       http://svn.puremvc.org/PureMVC_JS/branches/objs-based-port
16+       http://trac.puremvc.org/PureMVC_JS/browser/branches/objs-based-port
17+       There is a demo here: http://trac.puremvc.org/Demo_JS_EmployeeAdmin
18+       
19+       This port unfortunately suffered from lack of documentation and too 
20+       much intrusiveness of the Objs framework (used to simulate classes and
21+       interfaces) into the implementation code developers have to write. 
22+       
23+ 2.0   This is a completely new port made from the AS3 Standard version,
24+       which more closely adheres to the reference port and contains 
25+       full documentation, and a demo called BoxSplash. It is based on the
26+       popular MooTools library for implementation of class relationships.
27+       MooTools is widely used and well documented as is this port
28+       based upon it. The source classes are in separate files mirroring
29+       the original and the single compiled class library is about 44k. 
30+       There is a minified version included (using YUICompressor with -nomunge) 
31+       that is only 8k.  
0 commit comments