0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove legacy support for toString / valueOf injection and simply code accordingly. More... about 10 years ago
Various code clean-ups. More... about 10 years ago
Improve check for object literal accessor in inject() More... over 10 years ago
Improve convention for creation of beans: More... over 10 years ago
Improve handling of beans. More... over 10 years ago
Make inheritance work for Straps.js beans setters too. More... over 10 years ago
Bump version to v1.4.1 More... over 10 years ago
Expose base property on constructor functions as well. More... over 10 years ago
Bump version to v1.4.0 More... over 10 years ago
Remove generics support from Straps. More... over 10 years ago
Remove unused clone() method. More... over 10 years ago
Remove local isArray() and simplify code. More... over 10 years ago
Bump version to v1.3.1 More... over 10 years ago
Remove support for throwing Base.stop from Base.each() iterators, since it's rarely used and messes up error messages. More... over 10 years ago
Replace Array.isArray() check in Base.each() with array-like object detection that filters out #getLength() beans. More... over 10 years ago
Update Base constructor to support merging in of multiple object arguments, improve Base#clone() and define Base.copy(). More... over 10 years ago
Change Base.create() to be an alias to Object.create() More... over 10 years ago
Remove silent exception handling in code injecting beans. More... over 10 years ago
Remove unnecessary Base.check() More... over 10 years ago
Improve distinction between accessor descriptions and normal objects that contain a get function, by looking at their parameter count. More... over 10 years ago
Bump version to v1.1.3 More... almost 11 years ago
Look up aliases in destination, not source. More... almost 11 years ago
Remove Function#name hack for IE again. More... almost 11 years ago
Add support for non-standard Function#name on IE9+. More... almost 11 years ago
Rename hidden to hide. More... almost 11 years ago
Improve comments. More... almost 11 years ago
Bump version. More... almost 11 years ago
Update tagline and copyright notice. More... almost 11 years ago
Clean up code and use faster check for undefined. More... almost 11 years ago
Include links to Chrome and Safari bugs affecting Base.define() More... almost 11 years ago