From c9924ebb6eacc0317a4969455adfba81fe4c3b74 Mon Sep 17 00:00:00 2001 From: Chris Benjaminsen Date: Fri, 27 Sep 2013 08:15:52 -0700 Subject: [PATCH] Final release of version 0.2.0 * Changed syntax such that new classes are returned on creation and can be stored in any variable. * Classes no longer toString to a nice name of themselves. Rather they toString to what a JavaScript developer would expect. * Speed has been improved by about 30% for both initialization and method calls * Total code size has been reduced by about 20% * Code can now be compressed with uglify without the compressed code needing changes to work. --- src/extend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extend.js b/src/extend.js index d5466fb..945a702 100644 --- a/src/extend.js +++ b/src/extend.js @@ -1,5 +1,5 @@ /* - ExtendJS 0.1.0 + ExtendJS 0.2.0 More info at http://extendjs.org Copyright (c) 2013 ChrisBenjaminsen.com