All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
2919 days ago
Changelog History
Changelog History
-
v10.0.0 Changes
April 25, 2017- ๐ฅ Breaking change: If inputFactory returns non-collection, throw InvalidReturnValue
- ๐ Documentation updated
-
v9.0.0 Changes
April 14, 2017๐ Moving Collection from Iterator to Traversable allows for huge performance gains (some 4x improvement at the very least)
-
v8.4.1
April 12, 2017 -
v8.4.0 Changes
April 03, 2017- Transpose functionality adedd
-
v8.3.0 Changes
June 09, 2016- ๐จ PrintDump function added, to make debugging easier. Prints debug output, but returns the original collection.
-
v8.2.0 Changes
June 09, 2016- Dump function added, to make debugging easier.
-
v8.1.1 Changes
June 09, 2016- ๐ Fixed bug: the only function always included the item with key equal to zero in the result. Caused by comparing string == 0. Also affected extract.
-
v8.1.0 Changes
June 09, 2016- ReplaceByKeys function added
-
v8.0.0 Changes
June 09, 2016- ๐ฅ Breaking change: sum function will return integer by default, float if there are float type elements
- ๐ฅ Breaking change: average function will not force return float and will return integer if the sum/count result is integer
-
v7.0.0 Changes
June 09, 2016- ๐ The functionality of sum, average, min, max and concatenate moved into collection.
- Sum collection function added
- Average collection function added
- Min collection function added
- Max collection function added
- ToString collection function added
- ๐ฅ Breaking change: sum utility function removed
- ๐ฅ Breaking change: average utility function removed
- ๐ฅ Breaking change: min utility function removed
- ๐ฅ Breaking change: max utility function removed
- ๐ฅ Breaking change: concatenate utility function removed