1
I Use This!
Inactive

Commits : Listings

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