0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into shiftspace More... over 14 years ago
starting new section lazy values. More... over 14 years ago
added builder description for ShiftSpace usage. More... over 14 years ago
Added license back. More... over 14 years ago
remove license.txt temporarily to clean repo. More... over 14 years ago
Merge branch 'master' of github.com:ShiftSpace/promises More... over 14 years ago
support for plain as an option. $lazy defaults to plain. More... over 14 years ago
remove FuncTool.js from repo More... over 14 years ago
Merge branch 'master' of github.com:ShiftSpace/functools More... over 14 years ago
use functools. More... over 14 years ago
use functools. More... over 14 years ago
removed all functools stuff. More... over 14 years ago
added pre. More... over 14 years ago
remove add & sum. More... over 14 years ago
added sum and add, useful with reduce. More... over 14 years ago
$msg, check that the method exists and is actually a function. More... over 14 years ago
added another example More... over 14 years ago
treat hash/object without promises as values as a regular single value. More... over 14 years ago
fn now checks to see if the Promise is realized. If so returns the value immediately. More... over 14 years ago
added fn for creating a new value from a Promise. More... over 14 years ago
removed sum. formatting for $range. More... over 14 years ago
updated version number. More... over 14 years ago
support for full laziness when working with plain values. More... over 14 years ago
added $P. More... over 14 years ago
only set value if it's not undefined. More... over 14 years ago
fixed subtle bug when creating Promises with regular values. Was not taking false-y values. More... over 14 years ago
added More... over 14 years ago
update $arglist to check for fn._arglist More... over 14 years ago
$promise shortcut constructor. More... over 14 years ago
$arglist checks for _arglist metadata on function first. More... over 14 years ago