Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 510 Bytes

CHANGES.md

File metadata and controls

19 lines (13 loc) · 510 Bytes

Changelog

0.1.1 (2013-05-06)

  • Get lazy #zip working in Ruby 1.8.7.
  • Bug-fix: #prefetch and #take were interacting badly.
  • Make it all work in Rubinius.

0.1.0 (2013-05-13)

  • 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.

0.0.1 (2013-04-19)

  • Initial version, ported from "enumerating".