Skip to content

v0.1.0

Compare
Choose a tag to compare
@thoas thoas released this 18 Jan 11:55
c43409e
  • 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