All notable changes to this project will be documented in this file.
- Implement the
ArrayAccess
interface. - Implement the
IteratorAggregate
interface. - Add the
sum
method. - Add the
product
method.
- It is now possible to pass an initial value to the reduce method.
- Add the
all
method. - Add the
any
method. - Add the
chunk
method. - Add the
combine
method. - Add the
concat
method. - Add the
dict
method. - Add the
each
method. - Add the
find
method. - Add the
first
method. - Add the
flatten
method. - Add the
flatMap
method. - Add the
groupBy
method. - Add the
has
method. - Add the
indexOf
method. - Add the
inject
method. - Add the
join
method. - Add the
last
method. - Add the
map
method. - Add the
max
method. - Add the
min
method. - Add the
none
method. - Add the
partition
method. - Add the
pluck
method. - Add the
reduce
method. - Add the
reject
method. - Add the
reverse
method. - Add the
rotate
method. - Add the
sample
method. - Add the
select
method. - Add the
shuffle
method. - Add the
skip
method. - Add the
slice
method. - Add the
snip
method. - Add the
sort
method. - Add the
sortBy
method. - Add the
transpose
method. - Add the
uniq
method. - Add the
without
method. - Add the
pop
method. - Add the
push
method. - Add the
shift
method. - Add the
unshift
method. - Add the
split
method.