Releases: Benjaminsen/extend.js
Releases · Benjaminsen/extend.js
Version 0.2.2
Merge pull request #4 from Benjaminsen/pr/2 Merge to support NFE.
Version 0.2.1
- 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
- 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
First public release of ExtendJS