lo v1.0.0 Release Notes

Release Date: 2022-03-02 // about 2 years ago
  • ๐ŸŽ‰ 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