added:
slice
now works with negative indices
added:
includes
added:
equals
changed:
- Renamed
iterableOf
toof
added:
ap
chain
empty
Drop support for node 5 in favor of node 6
Override default toString
method with custom behaviour for iterables returned from imlazy
Rename makeCircular
to cycle
for consistency with Haskell and Clojure
Added sortBy
Added sum
Added reject
Added isEmpty
Abandoned all previous failed attempts at distributing ES5 compatible code
Repeat now takes a single argument and returns an infinite iterable like it should
Added ES5 built files
Initial Release