Skip to content

Releases: acook/enumerous

v0.2.0 - Introducing the Erray Type!

14 Feb 23:17
Compare
Choose a tag to compare

Now when you require "enumerous/erray" you can use all the same functionality on Arrays without patching any core classes.

Erray{1,2}.smiliar [2,1] #=> true

v0.1.0 - Initial release

14 Feb 10:31
Compare
Choose a tag to compare

This version implements all of the examples in the readme:

  • Array#similar
  • Array#diff
  • Array#diff_index
  • Enumerable#find_and_map
  • NamedTuple#find_and_map