All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
2530 days ago

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