Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

29 lines (24 loc) · 887 Bytes

go-funk changelog

0.1 (2017-01-18)

Changes can be seen here

  • Better test suite

  • Better documentation

  • Add typesafe implementations:

    • Contains
    • Sum
    • Reverse
    • IndexOf
    • Uniq
    • Shuffle
  • Add benchmarks

    • Contains
    • Uniq
    • Sum
  • Fix redirectValue when using a circular reference

  • Add Sum generic implementation which computes the sum of values in an array

  • Add Tail generic implementation to retrieve all but the first element of array

  • Add Initial generic implementation to retrieve all but the last element of array

  • Add Last generic implementation to retrieve the last element of an array

  • Add Head generic implementation to retrieve the first element of an array