v0.2.0
BREAKING: removed deprecated function .removeItems() and inPlaceConcat() since it is too trivial for modern JS (Array#filter() for the first, Array#push( ... array ) for the second) ; new .sample() function, that extracts an array of random elements from another