0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release version 3.0.1 More... about 7 years ago
Fix issue with all default Base() properties being enumerable now. More... about 7 years ago
Release version 3.0.0 More... about 7 years ago
Change the handling of enumerable when injecting properties. More... about 7 years ago
Add Base.slice() as a generic short-cut to Array.prototype.slice. More... almost 8 years ago
Small but important fix in Object.assign() poly-fill. More... almost 8 years ago
Release version 2.0.0 More... almost 8 years ago
No need for `return this` in constructor. More... about 8 years ago
Support multiple arguments in Base() constructor and Base.set() / Base#set() More... about 8 years ago
Allow newly created classes to override their prototype. More... over 8 years ago
Update some comments and fix bower error message. More... over 8 years ago
Support JSHint and release new version. More... over 8 years ago
Update NPM package file and include bower file. More... over 8 years ago
Bump version to v1.7.2 More... over 8 years ago
Fix issue with Mootools' Function#extend More... over 8 years ago
Bump version to v1.7.1 More... almost 9 years ago
Fix issue with long inheritance chains and super calls in constructors. More... almost 9 years ago
Bump version to v1.7.0 More... over 9 years ago
Convert indentation from tabs to white-space. More... over 9 years ago
Simplify Base.pick() to only receive two arguments, as it's never used in any other way so far. More... over 9 years ago
Minor code simplification. More... over 9 years ago
Bump version to v1.6.0 More... over 9 years ago
Support exclude list in Base.set(props, exclude) More... over 9 years ago
Also define Base#set() on the instance level. More... about 10 years ago
Clean up and simplify code. More... about 10 years ago
Simplify conventions for beans creation and bump version to v1.5.0 More... about 10 years ago
Clean up white-space. More... about 10 years ago
Offer a way to control bean behavior on a per function basis through the bean property on the getter function. More... about 10 years ago
Add jshint settings. More... about 10 years ago
Allow control of beans creation on level of injection object literal as well as globally through Base.beans, which defaults to false. More... about 10 years ago