- Get lazy
#zip
working in Ruby 1.8.7. - Bug-fix: #prefetch and #take were interacting badly.
- Make it all work in Rubinius.
- Implement lazy versions of:
#grep
,#collect_contact
,#flatten
and#compact
. - Make
#chunk
and#slice_before
lazy. - Remove
#merge_by
in favour of enhanced#merge
. - Remove
#uniq_by
in favour of enhanced#uniq
. - Much refactoring.
- Initial version, ported from "enumerating".