Skip to content

Releases: beltphp/underscore

1.1 - 2014-12-29

29 Dec 13:56
Compare
Choose a tag to compare

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

24 Oct 21:17
Compare
Choose a tag to compare

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.

Initial release

24 Oct 12:21
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1

Add badges