...
1go-funk changelog
2=================
3
40.1 (2017-01-18)
5----------------
6
7Changes can be seen [here](https://github.com/thoas/go-funk/compare/73b8ae1f6443c9d4acbdc612bbb2ca804bb39b1d...master)
8
9* Better test suite
10* Better documentation
11* Add typesafe implementations:
12
13 * ``Contains``
14 * ``Sum``
15 * ``Reverse``
16 * ``IndexOf``
17 * ``Uniq``
18 * ``Shuffle``
19* Add benchmarks
20
21 * ``Contains``
22 * ``Uniq``
23 * ``Sum``
24* Fix ``redirectValue`` when using a circular reference
25* Add ``Sum`` generic implementation which computes the sum of values in an array
26* Add ``Tail`` generic implementation to retrieve all but the first element of array
27* Add ``Initial`` generic implementation to retrieve all but the last element of array
28* Add ``Last`` generic implementation to retrieve the last element of an array
29* Add ``Head`` generic implementation to retrieve the first element of an array
View as plain text