0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now properly handles functions that cause exceptions. Previously, exceptions were being suppressed. More... over 15 years ago
minor changes, nothing worth mentioning More... over 15 years ago
Testing with MooTools 1.3 instead of 1.2.4 now. Both versions should work, as FunctionTools isn't very heavily reliant on MooTools itself. More... over 15 years ago
Made Function.TRACE_ALL behave the proper way rather than being a separate constant. Also added Function.TRACE_NONE. More... over 15 years ago
No longer defines array methods on Function.prototype if they don't already exist in Array.prototype More... over 15 years ago
JSLint cleanup More... over 15 years ago
Fixed chrome bug ("Illegal invocation") cause by calling console functions with a non-console context. More... over 15 years ago
Added functionality to Function::traced to choose specific types of output. Also added associated Function.TRACE_XXX constants and tests for all new features. More... over 15 years ago
Quite a few changes since last commit; some old, some new. Everything but documentation should be completed. There should be no more breaking API changes, so this could be officially recognized as a beta release. More... over 15 years ago
Added Function.context function and fixed Function::traced to allow for the nonexistence of the console More... almost 16 years ago
Added tests for Function.context, Function::saturate, and Function::Aritize. More... almost 16 years ago
Cleaning up JSSpec file and changing running options More... almost 16 years ago
Added traced, toFunction, getOrigin, saturate, and aritize instance methods. More... almost 16 years ago
updated tags More... almost 16 years ago
implemented Function.pluck, Function.invoke, and Function::rcurry. Still no documentation. More... almost 16 years ago
updated TODO list More... almost 16 years ago
Added boolean function logic. Currently undocumented. More... almost 16 years ago
Added list of new things to implement and also fixed some markdown syntax in README.md More... almost 16 years ago
added documentation for foldl and foldr methods More... almost 16 years ago
Added foldl and foldr aliases for reduce and reduceRight More... almost 16 years ago
Added support for reduceRight More... almost 16 years ago
Changed `Function.combine` to `Function.sequence` More... almost 16 years ago
updated demo link More... almost 16 years ago
Added missing documentation for array methods that are implemented as Function instance methods More... almost 16 years ago
initial commit of unit tests More... almost 16 years ago
Changed arity property accesses to getArity() calls and added || this.length for browsers that do not support the (deprecated anyway) arity property. More... almost 16 years ago
More changes to fix scope issues. Broke memoize() on last commit. More... almost 16 years ago
removing debug logging More... almost 16 years ago
Fixed context mixups in some areas and made memoize() more usable More... almost 16 years ago
more information on chrome bug More... almost 16 years ago