go-funk v0.1 Release Notes

Release Date: 2017-01-18 // over 7 years ago
  • ๐Ÿ”„ 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