Changelog
15.3.0
Changelog
15.0.0
deepEqual and deepEqualAdded will return true for objects with same content even if one has a null prototype
Changelog
14.2.0
add somePromisesParallel, similar to chainPromises but will run up to x promises at the same time
Changelog
14.1.0
chainPromises is more like Promise.all, promise creators can return a promise or a direct value
Changelog
14.0.0