Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

64 lines (55 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file.

1.1 - 2014-12-29

Added

  • Implement the ArrayAccess interface.
  • Implement the IteratorAggregate interface.
  • Add the sum method.
  • Add the product method.

Changed

  • It is now possible to pass an initial value to the reduce method.

1.0 - 2014-10-29

Added

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