Skip to content

Releases: Benjaminsen/extend.js

Version 0.2.2

20 Apr 02:43
Compare
Choose a tag to compare
Merge pull request #4 from Benjaminsen/pr/2

Merge to support NFE.

Version 0.2.1

05 Oct 05:49
Compare
Choose a tag to compare
  • Removed support for definegetter use Object.defineProperty if you must.
  • Fixed bug where calling constructors on inherited classes without a local overload would fail.
  • Made class initialization slightly faster
  • Made Function tests type strong.
  • Updated unit tests to test new cases.

Version 0.2.0

27 Sep 15:16
Compare
Choose a tag to compare
  • 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.

ExtendJS version 0.1.0

21 Sep 07:43
Compare
Choose a tag to compare

First public release of ExtendJS