Skip to content

Commit

Permalink
Final release of version 0.2.0
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Benjaminsen committed Sep 27, 2013
1 parent 1b9de62 commit c9924eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extend.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
ExtendJS 0.1.0
ExtendJS 0.2.0
More info at http://extendjs.org
Copyright (c) 2013 ChrisBenjaminsen.com
Expand Down

0 comments on commit c9924eb

Please sign in to comment.