1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed node < v4 support
em
More... about 10 years ago
added source maps
em
More... about 10 years ago
added gulp, minified versions
em
More... about 10 years ago
docs
em
More... about 10 years ago
minor upgrade for browser support
em
More... about 10 years ago
ee-class works now in the frontend too :)
em
More... about 10 years ago
added basic performance comparison to es6 classes
em
More... about 10 years ago
checking for alias methods, not setting the displayNAme property twice
em
More... over 10 years ago
optimizedd for v8 optimizations
em
More... over 10 years ago
fixed ES6 iterator implementation
em
More... over 10 years ago
added ES6-Iterator support
em
More... over 10 years ago
fixed multiple issues in the package.json file
em
More... over 10 years ago
Merge branch 'master' of github.com:eventEmitter/ee-class
em
More... over 10 years ago
removed duplicate scripts entry
em
More... over 10 years ago
Merge pull request #4 from pdehaan/patch-1 More... over 10 years ago
Update license attribute More... over 10 years ago
added the displayName property for more readable stacktraces
em
More... almost 11 years ago
removed gitter
em
More... almost 11 years ago
Merge branch 'master' of github.com:eventEmitter/ee-class
em
More... almost 11 years ago
you can now access the local scope from within inherited methods
em
More... almost 11 years ago
Merge pull request #3 from gitter-badger/gitter-badge More... about 11 years ago
Added Gitter badge More... about 11 years ago
docs More... over 11 years ago
added the class.inspect method More... over 11 years ago
If a class is instantiated without the new keyword it now throws a menaingful error More... over 11 years ago
If the class inherits from a nativa javascript object, it will map the super of the init function to it More... over 11 years ago
accepting anything as clas sinstance More... almost 12 years ago
The class contructor function can now return an object as its instance More... almost 12 years ago
added some tests More... almost 12 years ago
implemented the implement method More... almost 12 years ago