All Versions
39
Latest Version
Avg Release Cycle
10 days
Latest Release
181 days ago

Changelog History
Page 4

  • v1.8.0 Changes

    March 10, 2022

    โž• Adding Union.

  • v1.7.0 Changes

    March 09, 2022

    โž• Adding ContainBy

    โž• Adding MapValues

    โž• Adding FlatMap

  • v1.6.0 Changes

    March 07, 2022

    ๐Ÿ›  Fixed PartitionBy.

    โž• Adding Sample

    โž• Adding Samples

  • v1.5.0 Changes

    March 07, 2022

    โž• Adding Times

    โž• Adding Attempt

    โž• Adding Repeat

  • v1.4.0 Changes

    March 07, 2022
    • โž• adding tuple types (2->9)
    • โž• adding Zip + Unzip
    • โž• adding lo.PartitionBy + lop.PartitionBy
    • โž• adding lop.GroupBy
    • ๐Ÿ›  fixing Nth
  • v1.3.0 Changes

    March 03, 2022

    Last and Nth return errors

  • v1.2.0 Changes

    March 03, 2022

    โž• Adding lop.Map and lop.ForEach.

  • v1.1.0 Changes

    March 03, 2022

    โž• Adding i int param to lo.Map(), lo.Filter(), lo.ForEach() and lo.Reduce() predicates.

  • v1.0.0 Changes

    March 02, 2022

    ๐ŸŽ‰ Initial release

    ๐Ÿ‘Œ Supported helpers for slices:

    • Filter
    • Map
    • โฌ‡๏ธ Reduce
    • ForEach
    • Uniq
    • UniqBy
    • GroupBy
    • Chunk
    • Flatten
    • Shuffle
    • Reverse
    • Fill
    • ToMap

    ๐Ÿ‘Œ Supported helpers for maps:

    • Keys
    • Values
    • Entries
    • FromEntries
    • ๐Ÿ”€ Assign (maps merge)

    ๐Ÿ‘Œ Supported intersection helpers:

    • Contains
    • Every
    • Some
    • Intersect
    • Difference

    ๐Ÿ‘Œ Supported search helpers:

    • IndexOf
    • LastIndexOf
    • Find
    • Min
    • Max
    • Last
    • Nth

    Other functional programming helpers:

    • Ternary (1 line if/else statement)
    • If / ElseIf / Else
    • 0๏ธโƒฃ Switch / Case / Default
    • ToPtr
    • ToSlicePtr

    Constraints:

    • Clonable
    • Ordered