Merge branch 'master' into add-pullAtValue

This commit is contained in:
Angelos Chalaris
2017-12-19 16:39:36 +02:00
committed by GitHub
21 changed files with 360 additions and 46 deletions

View File

@ -15,14 +15,17 @@ collatz:math
compact:array
compose:function
countOccurrences:array
countVowels:string
currentURL:browser
curry:function
deepFlatten:array
difference:array
differenceWith:array
digitize:math
distance:math
distinctValuesOfArray:array
dropElements:array
dropRight:array
elementIsVisibleInViewport:browser
escapeRegExp:string
everyNth:array
@ -72,6 +75,8 @@ powerset:math
promisify:function
pull:array
pullAtValue:array
pullAll:array
pullAtIndex:array
randomIntegerInRange:math
randomNumberInRange:math
readFileLines:node
@ -83,6 +88,7 @@ round:math
runPromisesInSeries:function
sample:array
scrollToTop:browser
select:object
shallowClone:object
shuffle:array
similarity:array