0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more quotes to readme More... about 9 years ago
2.0.1 More... about 9 years ago
Updated example for 2.0 and added in-browser tests to repository More... about 9 years ago
2.0.0 More... about 9 years ago
Removed support for `null` as an unbound specifier More... about 9 years ago
Updated readme and bumped package version More... over 9 years ago
Separated `masala.inherits` tests from `masala` tests. More... over 9 years ago
First implementation of a replacement for `util.inherits` in the form of `masala.inherits` and associated tests cases. More... over 9 years ago
Changed from a single var block to individual var statements because it allows you the flexibility to set a breakpoint individual var assignment. More... over 9 years ago
Fixed a small bug that prevented masala'd functions from being used with node.js's `util.inherits`. Now the returned masala'd functions have the original function's prototype. More... over 9 years ago
Fixed a bug that was overwriting default options under certain circumstances More... about 10 years ago
Added support & tests for currying constructors More... almost 11 years ago
Added note to api section in readme More... almost 11 years ago
More ignores More... almost 11 years ago
Version to 1.2.1 More... almost 11 years ago
Fixed `isPlainObject` function More... almost 11 years ago
Removed function name checks from tests because IE is brain-damaged More... almost 11 years ago
Reordered toArray calls because older browsers allow for mutation of the arguments object More... almost 11 years ago
Updated version info in readme More... almost 11 years ago
Returned function now has proper arity (# arguments left sans options parameter) and an array of what required options remain More... almost 11 years ago
Added ability to "reset" already provided options by setting them to `null` again More... almost 11 years ago
Masala now does standard currying if not given any arguments except for the first (function). More... almost 11 years ago
Added checks to th first argument ensuring it is a plain-object More... almost 11 years ago
Added version info to readme More... almost 11 years ago
removed android from testling list More... almost 11 years ago
added another professional endorsement More... almost 11 years ago
Added TOC More... almost 11 years ago
Added quotes More... almost 11 years ago
Minor formatting changes More... almost 11 years ago
Changed minimum browsers tested to the earliest with full es5 compatibility More... almost 11 years ago